summaryrefslogtreecommitdiff
path: root/basctl/source/basicide/bastype3.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'basctl/source/basicide/bastype3.hxx')
-rw-r--r--basctl/source/basicide/bastype3.hxx1
1 files changed, 0 insertions, 1 deletions
diff --git a/basctl/source/basicide/bastype3.hxx b/basctl/source/basicide/bastype3.hxx
index 7565fc45e486..5974db7c2788 100644
--- a/basctl/source/basicide/bastype3.hxx
+++ b/basctl/source/basicide/bastype3.hxx
@@ -42,7 +42,6 @@ public:
ExtendedEdit( vcl::Window* pParent, IDEResId nRes );
void SetAccHdl( const Link<Accelerator*,void>& rLink ) { aAccHdl = rLink; }
- void SetLoseFocusHdl( const Link<ExtendedEdit*,void>& rLink ) { aLoseFocusHdl = rLink; }
Accelerator& GetAccelerator() { return aAcc; }
};