remove dummy LyXRC class that was forgotten

This commit is contained in:
Jean-Marc Lasgouttes 2019-04-24 14:54:41 +02:00
parent ef285cb7c4
commit 26817e9347

View File

@ -1,5 +1,7 @@
#include <config.h>
#include "LyXRC.h"
#include "support/Messages.h"
using namespace std;
@ -9,7 +11,7 @@ namespace lyx {
bool verbose = false;
// Dummy LyXRC support
class LyXRC { string icon_set; } lyxrc;
LyXRC lyxrc;
// Keep the linker happy on Windows
void lyx_exit(int) {}