summaryrefslogtreecommitdiff
path: root/extensions/source/plugin/unx
diff options
context:
space:
mode:
authorTakeshi Abe <tabe@fixedpoint.jp>2012-06-06 18:46:01 +0900
committerTakeshi Abe <tabe@fixedpoint.jp>2012-06-06 23:05:59 +0900
commitf0c7544df93e3847c4f96934d1d76be3e8d3af85 (patch)
treec05c56fbc4a69e178dedc718e6ff39be938c0ce9 /extensions/source/plugin/unx
parent4c2e9fc655b6480ffc7f0feb5d07b8106b6b8e22 (diff)
nuke dead code
Change-Id: I0ea47ee535ba0e903bae0de227acd311ca96aa03
Diffstat (limited to 'extensions/source/plugin/unx')
-rw-r--r--extensions/source/plugin/unx/nppapi.cxx6
1 files changed, 0 insertions, 6 deletions
diff --git a/extensions/source/plugin/unx/nppapi.cxx b/extensions/source/plugin/unx/nppapi.cxx
index 04c3778b9f04..0be0f468ce7a 100644
--- a/extensions/source/plugin/unx/nppapi.cxx
+++ b/extensions/source/plugin/unx/nppapi.cxx
@@ -90,12 +90,6 @@ IMPL_LINK( PluginConnector, WorkOnNewMessageHdl, Mediator*, /*pMediator*/ )
}
if( ! bFound )
return 0;
-/*
- {
- osl::MutexGuard aGuard( m_aUserEventMutex );
- m_aUserEventIDs.pop_front();
- }
-*/
MediatorMessage* pMessage;
CommandAtoms nCommand;