diff options
author | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 09:56:15 +0200 |
---|---|---|
committer | Stephan Bergmann <sbergman@redhat.com> | 2015-05-06 12:54:22 +0200 |
commit | 1a5f1e82a96b5c8c9d523fd58c330498936cd2fe (patch) | |
tree | 1877864f859a7a7a1b5a0adbbca4709da184ebd8 /vcl/source/window/toolbox2.cxx | |
parent | 952220b750a5bc8a9d9df03e109ed1d84c393842 (diff) |
Remove unused ToolBox::Get/SetHighlightHdl
Change-Id: Ieea90173e84dc4d1d0202a3804033d1c42370261
Diffstat (limited to 'vcl/source/window/toolbox2.cxx')
-rw-r--r-- | vcl/source/window/toolbox2.cxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/source/window/toolbox2.cxx b/vcl/source/window/toolbox2.cxx index 211afd36f3b7..0a65b8367d27 100644 --- a/vcl/source/window/toolbox2.cxx +++ b/vcl/source/window/toolbox2.cxx @@ -434,7 +434,6 @@ void ToolBox::Deactivate() void ToolBox::Highlight() { CallEventListeners( VCLEVENT_TOOLBOX_HIGHLIGHT ); - maHighlightHdl.Call( this ); } void ToolBox::Select() |