r21935 - htdocs/branches/beta - Remove unused variables.

Cristian Marchi cmarchi at code.gnucash.org
Fri Feb 3 12:23:04 EST 2012


Author: cmarchi
Date: 2012-02-03 12:23:04 -0500 (Fri, 03 Feb 2012)
New Revision: 21935
Trac: http://svn.gnucash.org/trac/changeset/21935

Modified:
   htdocs/branches/beta/develdocs.phtml
Log:
Remove unused variables.

Modified: htdocs/branches/beta/develdocs.phtml
===================================================================
--- htdocs/branches/beta/develdocs.phtml	2012-02-03 17:20:51 UTC (rev 21934)
+++ htdocs/branches/beta/develdocs.phtml	2012-02-03 17:23:04 UTC (rev 21935)
@@ -1,10 +1,6 @@
 <?php 
 include("lang.php");
 $title = T_("Writing documentation");
-$online = T_("Browse documentation online");
-$pdf = T_("Download documentation as PDF");
-$epub = T_("Download documentation as epub");
-$mobi = T_("Download documentation as mobipocket");                                                   
 include("emulate_globals_on.php");
 include("externals/header.phtml");
 include("externals/menu.phtml");



More information about the gnucash-changes mailing list