diff options
author | Thomas Arnhold <thomas@arnhold.org> | 2011-07-21 16:00:30 +0200 |
---|---|---|
committer | Thomas Arnhold <thomas@arnhold.org> | 2011-07-22 01:30:19 +0200 |
commit | 8e2398bf72507324718e99fb2066c068c7898bf8 (patch) | |
tree | 74faadfb3f8d607ad216666f465b72c4b2393224 /vcl/inc/unx/wmadaptor.hxx | |
parent | 1752ee0568510e86050494e2a3dbe504523cd705 (diff) |
Remove supportsICCCMPos. Resize working with Sawfish anyway.
Diffstat (limited to 'vcl/inc/unx/wmadaptor.hxx')
-rw-r--r-- | vcl/inc/unx/wmadaptor.hxx | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/vcl/inc/unx/wmadaptor.hxx b/vcl/inc/unx/wmadaptor.hxx index dc0fe65f290b..5848c6549c46 100644 --- a/vcl/inc/unx/wmadaptor.hxx +++ b/vcl/inc/unx/wmadaptor.hxx @@ -323,12 +323,6 @@ public: Atom getAtom( WMAtom eAtom ) const { return m_aWMAtoms[ eAtom ]; } - /* - * supports correct positioning - */ - - virtual bool supportsICCCMPos () const; - int getPositionWinGravity () const { return m_nWinGravity; } int getInitWinGravity() const |