Finaly got rid of the synchronizers, making Quassel quite a bit more lightweight...
[quassel.git] / src / common / global.h
index 6da6103..33d52f4 100644 (file)
@@ -44,7 +44,6 @@ typedef uint NetworkId;
 namespace Global {
   enum RunMode { Monolithic, ClientOnly, CoreOnly };
   extern RunMode runMode;
-  extern QString quasselDir;
 }
 
 struct Exception {