diff options
Diffstat (limited to 'include/vcl/threadex.hxx')
-rw-r--r-- | include/vcl/threadex.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/threadex.hxx b/include/vcl/threadex.hxx index 939b9de2aaaa..837d7d2e1136 100644 --- a/include/vcl/threadex.hxx +++ b/include/vcl/threadex.hxx @@ -52,9 +52,6 @@ namespace vcl // doIt() completed long execute( const TimeValue& _rTimeout ) { return impl_execute( &_rTimeout ); } - public: - bool didTimeout() const { return m_bTimeout; } - private: long impl_execute( const TimeValue* _pTimeout ); }; |