diff options
author | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-11-03 16:31:53 +0100 |
---|---|---|
committer | Fridrich Štrba <fridrich.strba@bluewin.ch> | 2011-11-03 16:32:57 +0100 |
commit | 95dec4bc44ee84041130bb2cfa027a4d4b203ae0 (patch) | |
tree | 4c1ad049444ff2143781c5629a6b8b48ae438c88 /toolkit | |
parent | 58ba34844a9b1b70e1192abd303544b452f3ad33 (diff) |
Fix linking on Windows
Diffstat (limited to 'toolkit')
-rw-r--r-- | toolkit/inc/layout/layout.hxx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/inc/layout/layout.hxx b/toolkit/inc/layout/layout.hxx index e2f8d76d032c..658b34fcdc36 100644 --- a/toolkit/inc/layout/layout.hxx +++ b/toolkit/inc/layout/layout.hxx @@ -486,10 +486,6 @@ class InPlugImpl; class TOOLKIT_DLLPUBLIC InPlug : public Context, public Window { DECL_GET_IMPL (InPlug); - -public: - - void ParentSet (Window *window); }; } // end namespace layout |