From 501cc24348be080989835454dae65f6a8e2bc69a Mon Sep 17 00:00:00 2001 From: Jasper van de Gronde Date: Mon, 8 Dec 2008 10:03:49 +0000 Subject: Removed sp_main_* stubs from individual headers to make the unit tests build on Windows again. (bzr r6971) --- src/svg/css-ostringstream-test.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/svg') 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 #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 static void css_test_datum(T const x, std::string const &exp_str) -- cgit v1.2.3