summaryrefslogtreecommitdiff
path: root/include/vcl/vclptr.hxx
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2015-06-02 17:43:44 +0300
committerTor Lillqvist <tml@collabora.com>2015-06-02 21:41:46 +0300
commit5ad704ac9b885df71f634716a10b625e4473005f (patch)
treef7b17cb36e24fc17017274eea367f03927ab1d28 /include/vcl/vclptr.hxx
parent6d50c6ccdf85e7d01f16d3edb957eed2a4ad5e47 (diff)
There is no use of vcl::Window here
Change-Id: Idf36c08205a8a3a36ae05040e1c1fd28d5e2f13f
Diffstat (limited to 'include/vcl/vclptr.hxx')
-rw-r--r--include/vcl/vclptr.hxx2
1 files changed, 0 insertions, 2 deletions
diff --git a/include/vcl/vclptr.hxx b/include/vcl/vclptr.hxx
index ad7d1e20d9eb..cd8f46f5dc54 100644
--- a/include/vcl/vclptr.hxx
+++ b/include/vcl/vclptr.hxx
@@ -70,8 +70,6 @@ public:
}; }; // namespace detail, namespace vcl
-namespace vcl { class Window; }
-
/**
* A thin wrapper around rtl::Reference to implement the acquire and dispose semantics we want for references to vcl::Window subclasses.
*