[Rt-commit] r19935 - rt/3.999/trunk/lib

sartak at bestpractical.com sartak at bestpractical.com
Sat Jun 6 06:29:03 EDT 2009


Author: sartak
Date: Sat Jun  6 06:29:01 2009
New Revision: 19935

Modified:
   rt/3.999/trunk/lib/RT.pm

Log:
Get rid of more unused $RT::*Path vars

Modified: rt/3.999/trunk/lib/RT.pm
==============================================================================
--- rt/3.999/trunk/lib/RT.pm	(original)
+++ rt/3.999/trunk/lib/RT.pm	Sat Jun  6 06:29:01 2009
@@ -68,8 +68,6 @@
 our $VarPath          = $BASE_PATH . '/var';
 our $LocalPath        = $BASE_PATH . '/local';
 our $LocalLibPath     = $BASE_PATH . '/local/lib';
-our $LocalEtcPath     = $BASE_PATH . '/local/etc';
-our $LocalLexiconPath = $BASE_PATH . '/local/po';
 our $LocalPluginPath  = $LocalPath . "/plugins";
 
 =head1 name


More information about the Rt-commit mailing list