diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:03:50 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2012-06-29 15:59:53 +0200 |
commit | b63027f0992cf5c368faeb807c69110997dd00ea (patch) | |
tree | 1a4a7cc3815b5414022c7e93d40de98e59f75bfe /vcl/unx | |
parent | 5b021a1f0d281aed40ae83dffe4af7600b858bd5 (diff) |
Remove some unused defines and controls
Change-Id: I96f76ed6b33f5c786d1e3ab3981a535037a9c1b5
Diffstat (limited to 'vcl/unx')
-rw-r--r-- | vcl/unx/gtk/app/gtkdata.cxx | 5 | ||||
-rw-r--r-- | vcl/unx/kde/kdedata.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/kde/salnativewidgets-kde.cxx | 3 | ||||
-rw-r--r-- | vcl/unx/kde4/KDESalGraphics.cxx | 3 |
4 files changed, 0 insertions, 14 deletions
diff --git a/vcl/unx/gtk/app/gtkdata.cxx b/vcl/unx/gtk/app/gtkdata.cxx index 07beaccc5be7..8f3151cef2c6 100644 --- a/vcl/unx/gtk/app/gtkdata.cxx +++ b/vcl/unx/gtk/app/gtkdata.cxx @@ -26,11 +26,6 @@ * ************************************************************************/ - -#define _SV_SALDATA_CXX - -// -=-= #includes =-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-= - #include <unistd.h> #include <fcntl.h> diff --git a/vcl/unx/kde/kdedata.cxx b/vcl/unx/kde/kdedata.cxx index 195915bc6e39..e4b1092c2810 100644 --- a/vcl/unx/kde/kdedata.cxx +++ b/vcl/unx/kde/kdedata.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALDATA_CXX - #include <shell/kde_headers.h> #include <unistd.h> diff --git a/vcl/unx/kde/salnativewidgets-kde.cxx b/vcl/unx/kde/salnativewidgets-kde.cxx index 0a5f79f5282d..e9e4d65a7a1f 100644 --- a/vcl/unx/kde/salnativewidgets-kde.cxx +++ b/vcl/unx/kde/salnativewidgets-kde.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALNATIVEWIDGETS_KDE_CXX - #include <shell/kde_headers.h> #include "UnxFilePicker.hxx" diff --git a/vcl/unx/kde4/KDESalGraphics.cxx b/vcl/unx/kde4/KDESalGraphics.cxx index 80c38ec38db3..c7980a11a9b5 100644 --- a/vcl/unx/kde4/KDESalGraphics.cxx +++ b/vcl/unx/kde4/KDESalGraphics.cxx @@ -26,9 +26,6 @@ * ************************************************************************/ - -#define _SV_SALNATIVEWIDGETS_KDE_CXX - #define Region QtXRegion #include <QStyle> |