mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-22 13:18:28 +00:00
remove dummy LyXRC class that was forgotten
This commit is contained in:
parent
ef285cb7c4
commit
26817e9347
@ -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) {}
|
||||
|
Loading…
Reference in New Issue
Block a user