summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-01-08 14:41:42 +0200
committerNoel Grandin <noel@peralex.com>2015-01-09 10:05:27 +0200
commit078fd7446e1681b671b58d7fcbbce8d2a9b05132 (patch)
tree2e4e9b52562724763918f2c1aeeaeeb8215991b1 /include
parent278b400511a76a9be5e0afc0377a9c69823cc230 (diff)
enum Service is unused
Change-Id: I7aaeda37ceea080251f9d6381a78d13b8fb055d0
Diffstat (limited to 'include')
-rw-r--r--include/vcl/svapp.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/include/vcl/svapp.hxx b/include/vcl/svapp.hxx
index 089c4846fe5e..105f0caf2b44 100644
--- a/include/vcl/svapp.hxx
+++ b/include/vcl/svapp.hxx
@@ -89,12 +89,6 @@ VCL_DLLPUBLIC sal_UCS4 GetLocalizedChar( sal_UCS4, LanguageType );
typedef long (*VCLEventHookProc)( NotifyEvent& rEvt, void* pData );
-// ATTENTION: ENUM duplicate in daemon.cxx under Unix!
-
-#ifdef UNX
-enum Service { SERVICE_OLE, SERVICE_APPEVENT, SERVICE_IPC };
-#endif
-
/** An application can be notified of a number of different events:
- TYPE_ACCEPT - listen for connection to the application (a connection
string is passed via the event)