mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-26 03:11:59 +00:00
Looks like these are not needed for tests in support/
This commit is contained in:
parent
586890f09e
commit
4f21f788b4
@ -1,6 +1,5 @@
|
|||||||
#include <config.h>
|
#include <config.h>
|
||||||
|
|
||||||
#include "Format.h"
|
|
||||||
#include "support/Messages.h"
|
#include "support/Messages.h"
|
||||||
|
|
||||||
using namespace std;
|
using namespace std;
|
||||||
@ -12,11 +11,6 @@ namespace lyx {
|
|||||||
// Dummy LyXRC support
|
// Dummy LyXRC support
|
||||||
class LyXRC { string icon_set; } lyxrc;
|
class LyXRC { string icon_set; } lyxrc;
|
||||||
|
|
||||||
// Dummy LyXAlignment support
|
|
||||||
enum LyXAlignment {
|
|
||||||
DUMMY
|
|
||||||
};
|
|
||||||
|
|
||||||
// Keep the linker happy on Windows
|
// Keep the linker happy on Windows
|
||||||
void lyx_exit(int) {}
|
void lyx_exit(int) {}
|
||||||
|
|
||||||
@ -34,16 +28,4 @@ namespace lyx {
|
|||||||
return lyx_messages;
|
return lyx_messages;
|
||||||
}
|
}
|
||||||
|
|
||||||
// Dummy formats support (needed by Lexer)
|
|
||||||
Formats & theFormats()
|
|
||||||
{
|
|
||||||
static Formats dummy_formats;
|
|
||||||
return dummy_formats;
|
|
||||||
}
|
|
||||||
|
|
||||||
string alignmentToCSS(LyXAlignment)
|
|
||||||
{
|
|
||||||
return string();
|
|
||||||
}
|
|
||||||
|
|
||||||
} // namespace lyx
|
} // namespace lyx
|
||||||
|
Loading…
Reference in New Issue
Block a user