diff options
Diffstat (limited to 'vcl/source')
-rw-r--r-- | vcl/source/helper/evntpost.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/helper/evntpost.cxx b/vcl/source/helper/evntpost.cxx index 5331ecaad34e..abc9bbb8f01b 100644 --- a/vcl/source/helper/evntpost.cxx +++ b/vcl/source/helper/evntpost.cxx @@ -40,7 +40,6 @@ EventPoster::~EventPoster() } void EventPoster::Post() - { DBG_TESTSOLARMUTEX(); m_nId = Application::PostUserEvent( ( LINK( this, EventPoster, DoEvent_Impl ) ) ); |