diff options
author | Richard PALO <richard@NetBSD.org> | 2014-11-10 17:27:46 +0100 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-11-11 19:44:56 +0100 |
commit | 7970fa513006af45994122a0ec42486e7b32cbe6 (patch) | |
tree | ecfa3e82129c786f6fb3c4371dfd06c77d4bf0b8 /extensions/source/plugin | |
parent | ee49e52c66c18b50d2e92105e75e10e69fe04bf8 (diff) |
cleanup improper SOLARIS linker libs and options
and, most importantly, forget MOTIF!
Change-Id: I0230932618b396ec4d5bf7638a13e5a80a4fada0
Signed-off-by: Michael Stahl <mstahl@redhat.com>
Diffstat (limited to 'extensions/source/plugin')
-rw-r--r-- | extensions/source/plugin/inc/plugin/unx/plugcon.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx index b505bda006d2..3ae38b0242b5 100644 --- a/extensions/source/plugin/inc/plugin/unx/plugcon.hxx +++ b/extensions/source/plugin/inc/plugin/unx/plugcon.hxx @@ -35,10 +35,6 @@ #include <vector> #include <plugin/unx/mediator.hxx> -#if defined SOLARIS -# define USE_MOTIF -#endif - #include <prex.h> #include <X11/Xlib.h> |