summaryrefslogtreecommitdiff
path: root/toolkit/inc/layout/layout.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/inc/layout/layout.hxx')
-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();