summaryrefslogtreecommitdiffstats
path: root/src/xml
diff options
context:
space:
mode:
authorJasper van de Gronde <jasper.vandegronde@gmail.com>2008-12-08 10:03:49 +0000
committerjaspervdg <jaspervdg@users.sourceforge.net>2008-12-08 10:03:49 +0000
commit501cc24348be080989835454dae65f6a8e2bc69a (patch)
tree5d9f7b81721f0eec76838165641ad24cc44e4a5a /src/xml
parentWarning and 'using' cleanup. (diff)
downloadinkscape-501cc24348be080989835454dae65f6a8e2bc69a.tar.gz
inkscape-501cc24348be080989835454dae65f6a8e2bc69a.zip
Removed sp_main_* stubs from individual headers to make the unit tests build on Windows again.
(bzr r6971)
Diffstat (limited to 'src/xml')
-rw-r--r--src/xml/repr-action-test.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/xml/repr-action-test.cpp b/src/xml/repr-action-test.cpp
index d4f9d094d..d36ff4106 100644
--- a/src/xml/repr-action-test.cpp
+++ b/src/xml/repr-action-test.cpp
@@ -5,9 +5,6 @@
#include "repr.h"
#include "event-fns.h"
-int sp_main_gui (int, char const**) { return 0; }
-int sp_main_console (int, char const**) { return 0; }
-
int main(int /*argc*/, char */*argv*/[]) {
Inkscape::XML::Document *document;
Inkscape::XML::Node *a, *b, *c, *root;