summaryrefslogtreecommitdiff
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
commit7d20dd760a1c9a67f3f0b34a4689323b1200a5f6 (patch)
treed1d888fed8be3af1e5a584b483e9ccf8cd98a964
parent3856af3578774360d77cd570d5323d2dbae97844 (diff)
declarations still present, though impls gone
-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 083214407e..de53a4687d 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();