[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

[vidalia-svn] r1237: Remove a variable we no longer need. (trunk/src/lang)



Author: edmanm
Date: 2006-09-23 19:57:26 -0400 (Sat, 23 Sep 2006)
New Revision: 1237

Modified:
   trunk/src/lang/languagesupport.h
Log:
Remove a variable we no longer need.


Modified: trunk/src/lang/languagesupport.h
===================================================================
--- trunk/src/lang/languagesupport.h	2006-09-23 19:31:13 UTC (rev 1236)
+++ trunk/src/lang/languagesupport.h	2006-09-23 23:57:26 UTC (rev 1237)
@@ -51,9 +51,6 @@
   static bool isValidLanguageCode(QString code);
   /** Sets the application's translator to the specified language. */
   static bool translate(QString langCode);
-
-private:
-  static QMap<QString,QString> _languages; /**< List of support languages. */
 };
 
 #endif