summaryrefslogtreecommitdiff
path: root/vcl/inc/unx/gtk
diff options
context:
space:
mode:
authorThomas Arnhold <thomas@arnhold.org>2012-06-09 06:43:18 +0200
committerCaolán McNamara <caolanm@redhat.com>2012-06-11 16:31:34 +0100
commit4282865c517f8de814696fa75d0662aba73a4624 (patch)
tree2728a30b33a211d3ad9d75838a9d844e1ecd5223 /vcl/inc/unx/gtk
parentb3a3ab05e41a34c4a9d62639993f215dd47a2ae9 (diff)
Remove unused InterceptChildWindowKeyDown
- InterceptChildWindowKeyDown never gets called - so mbInterceptChildWindowKeyDown doesn't get changed - at ImplInterceptChildWindowKeyDown a) ImplSendMessage() is never accessed b) always returns sal_False Change-Id: I2dc84c88644d19c238064ab1b7dff0a24f90dc5d
Diffstat (limited to 'vcl/inc/unx/gtk')
-rw-r--r--vcl/inc/unx/gtk/gtkobject.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/vcl/inc/unx/gtk/gtkobject.hxx b/vcl/inc/unx/gtk/gtkobject.hxx
index b715bb180dc2..03b19a8edfdf 100644
--- a/vcl/inc/unx/gtk/gtkobject.hxx
+++ b/vcl/inc/unx/gtk/gtkobject.hxx
@@ -65,8 +65,6 @@ public:
virtual void SetForwardKey( sal_Bool bEnable );
virtual const SystemEnvData* GetSystemData() const;
-
- virtual void InterceptChildWindowKeyDown( sal_Bool bIntercept );
};
#endif // _SV_SALOBJ_H