summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2014-12-22 18:42:12 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2014-12-22 18:44:34 +0900
commit6476aba045d71eaf53e03d4d0352f82e3eba6920 (patch)
treecc9cffb92a8f50f81b29648768af7420697cdb0c /desktop
parentc6167c9c7545f7797a8b48b035d09f2901e545bf (diff)
Drop unused member variables
They were gone with 4ce2602befd59e69264d8e4ced8730b40c2b947c / b6ff19fba3a1a6d65134539a71d7a8df0e35d4ff. Change-Id: Ida5790f77d619fdc91dfce11b186ed5e15587ddf
Diffstat (limited to 'desktop')
-rw-r--r--desktop/source/app/officeipcthread.hxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/desktop/source/app/officeipcthread.hxx b/desktop/source/app/officeipcthread.hxx
index a6b48c1925c6..3f81d40a2308 100644
--- a/desktop/source/app/officeipcthread.hxx
+++ b/desktop/source/app/officeipcthread.hxx
@@ -87,14 +87,8 @@ class OfficeIPCThread : public salhelper::Thread
::osl::Condition cReady;
static ::osl::Mutex& GetMutex();
- static const char *sc_aTerminationSequence;
- static const int sc_nTSeqLength;
static const char *sc_aShowSequence;
static const int sc_nShSeqLength;
- static const char *sc_aConfirmationSequence;
- static const int sc_nCSeqLength;
- static const char *sc_aSendArgumentsSequence;
- static const int sc_nCSASeqLength;
OfficeIPCThread();