diff options
author | Noel Grandin <noel@peralex.com> | 2015-09-21 11:18:05 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-09-22 20:21:55 +0200 |
commit | 4d1d60719802ae34a9fc381c8f202ca80b7388ad (patch) | |
tree | 244e0060aafb1954c8d4a0f4257472a81eeb12ff /include | |
parent | 1c061348aa573967132349736675f81bcf5e46af (diff) |
remove unused Link<> field
Change-Id: Ia07a1db94bacad8c1d9c108ee6e2ac2f82b6581f
Diffstat (limited to 'include')
-rw-r--r-- | include/vcl/gdimtf.hxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/include/vcl/gdimtf.hxx b/include/vcl/gdimtf.hxx index 47509334f7e2..9809ca60e58e 100644 --- a/include/vcl/gdimtf.hxx +++ b/include/vcl/gdimtf.hxx @@ -22,7 +22,6 @@ #include <vcl/dllapi.h> #include <tools/gen.hxx> -#include <tools/link.hxx> #include <vcl/mapmod.hxx> #include <vcl/bitmap.hxx> #include <vcl/vclptr.hxx> @@ -69,7 +68,6 @@ private: MapMode aPrefMapMode; Size aPrefSize; - Link<> aHookHdlLink; GDIMetaFile* pPrev; GDIMetaFile* pNext; VclPtr<OutputDevice> pOutDev; @@ -111,7 +109,6 @@ private: protected: void Linker( OutputDevice* pOut, bool bLink ); - long Hook(); public: GDIMetaFile(); |