summaryrefslogtreecommitdiff
path: root/include/vcl/vclevent.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-09-11 08:48:26 +0200
committerNoel Grandin <noel@peralex.com>2015-09-11 08:48:55 +0200
commit9e3820ac21685627f5a411b7fa9f9c944eedb2b8 (patch)
tree47c51b65ddbdd90b6d12b2255a9ed22c91b60111 /include/vcl/vclevent.hxx
parent71a83295d8c719f4fd4fa05f367c3c85323e22e9 (diff)
convert Link<> to typed
Change-Id: I70d7c7ae4fc68d2f36a00d7c1b6eba71f63872d7
Diffstat (limited to 'include/vcl/vclevent.hxx')
-rw-r--r--include/vcl/vclevent.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/vclevent.hxx b/include/vcl/vclevent.hxx
index ae904a8c0573..982958c419ae 100644
--- a/include/vcl/vclevent.hxx
+++ b/include/vcl/vclevent.hxx
@@ -256,11 +256,6 @@ class VCL_DLLPUBLIC VclEventListeners
{
public:
void Call( VclSimpleEvent* pEvent ) const;
-
- // stops notifying when any handler has processed the event
- // and returns true in that case
- // a handler must return true to signal that it has processed the event
- bool Process( VclSimpleEvent* pEvent ) const;
void addListener( const Link<>& rListener );
void removeListener( const Link<>& rListener );
private: