From e423dc7321674e5e6442ce1e7c19f50e3eabc9ea Mon Sep 17 00:00:00 2001 From: Caolán McNamara Date: Fri, 5 Aug 2011 09:45:14 +0100 Subject: declarations still present, though impls gone --- toolkit/inc/layout/layout.hxx | 2 -- 1 file changed, 2 deletions(-) (limited to 'toolkit') 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(); -- cgit