diff options
author | Tor Lillqvist <tml@iki.fi> | 2012-08-02 15:06:36 +0300 |
---|---|---|
committer | Tor Lillqvist <tml@iki.fi> | 2012-08-02 19:16:53 +0300 |
commit | 60cfa64345b41a7a95045133d775616253643b4a (patch) | |
tree | 86a8731b420374d90486e75155adbe607166a367 /basegfx/test/basegfx1d.cxx | |
parent | 3129984e1ad0543513815ad455c44aac2d407ee2 (diff) |
Bin no longer used iOS cppunit stuff that even breaks the build
Change-Id: I459f7fd097a81ef5977974f52b0cc2c2f155a810
Diffstat (limited to 'basegfx/test/basegfx1d.cxx')
-rw-r--r-- | basegfx/test/basegfx1d.cxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/basegfx/test/basegfx1d.cxx b/basegfx/test/basegfx1d.cxx index 8919d26a2d53..62a56152cb0e 100644 --- a/basegfx/test/basegfx1d.cxx +++ b/basegfx/test/basegfx1d.cxx @@ -28,10 +28,6 @@ #include <sal/types.h> -#ifdef IOS -#define CPPUNIT_PLUGIN_EXPORTED_NAME cppunitTest_basegfx -#endif - #include "cppunit/TestAssert.h" #include "cppunit/TestFixture.h" #include "cppunit/extensions/HelperMacros.h" |