]> git.lyx.org Git - lyx.git/blobdiff - src/client/client.cpp
de.po
[lyx.git] / src / client / client.cpp
index a6e0bbe7ec84cdc38995bdab90da11e4e1c28647..17338a6765a278ecfde15d81098cf9d17f6de9b5 100644 (file)
@@ -12,6 +12,8 @@
 
 #include <config.h>
 
+#include "LyXRC.h"
+
 #include "support/ConsoleApplication.h"
 #include "support/debug.h"
 #include "support/FileName.h"
@@ -66,20 +68,9 @@ using namespace lyx::support;
 
 namespace lyx {
 
-// Dummy verbose support
+// Required global variables
 bool verbose = false;
-
-struct App {
-       bool cancel_export;
-};
-
-App app;
-App theApp() { return app; }
-
-// Dummy LyXRC support
-struct LyXRC {
-       string icon_set;
-} lyxrc;
+LyXRC lyxrc;
 
 // Keep the linker happy on Windows
 void lyx_exit(int)