summaryrefslogtreecommitdiff
path: root/toolkit
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2011-08-05 09:45:14 +0100
committerCaolán McNamara <caolanm@redhat.com>2011-08-05 10:03:17 +0100
commite423dc7321674e5e6442ce1e7c19f50e3eabc9ea (patch)
treec512204136ad7a6acd0e405b9161757e66c759ad /toolkit
parentc6da7c43e10924597b6566fa5394684299c0a573 (diff)
declarations still present, though impls gone
Diffstat (limited to 'toolkit')
-rw-r--r--toolkit/inc/layout/layout.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/toolkit/inc/layout/layout.hxx b/toolkit/inc/layout/layout.hxx
index 083214407e7a..de53a4687ddb 100644
--- a/toolkit/inc/layout/layout.hxx
+++ b/toolkit/inc/layout/layout.hxx
@@ -137,8 +137,6 @@ public:
PeerHandle GetPeer() const;
Context *getContext();
- void Enable( bool bEnable = true );
- inline void Disable() { Enable( false ); }
void Show( bool bVisible = true );
inline void Hide() { Show( false ); }
void GrabFocus();