summaryrefslogtreecommitdiffstats
path: root/src/svg
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/svg
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/svg')
-rw-r--r--src/svg/css-ostringstream-test.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/svg/css-ostringstream-test.h b/src/svg/css-ostringstream-test.h
index 5656baf5c..295bf4bf3 100644
--- a/src/svg/css-ostringstream-test.h
+++ b/src/svg/css-ostringstream-test.h
@@ -1,10 +1,6 @@
#include <cxxtest/TestSuite.h>
#include "svg/css-ostringstream.h"
-// dummy functions to prevent link errors
-int sp_main_gui(int /*argc*/, char const **/*argv*/) { return 0; }
-int sp_main_console(int /*argc*/, char const **/*argv*/) { return 0; }
-
template<typename T>
static void
css_test_datum(T const x, std::string const &exp_str)