summaryrefslogtreecommitdiff
path: root/vcl/source
diff options
context:
space:
mode:
Diffstat (limited to 'vcl/source')
-rw-r--r--vcl/source/edit/textund2.hxx3
-rw-r--r--vcl/source/gdi/impanmvw.hxx1
-rw-r--r--vcl/source/window/scrwnd.hxx1
3 files changed, 0 insertions, 5 deletions
diff --git a/vcl/source/edit/textund2.hxx b/vcl/source/edit/textund2.hxx
index adb0de9d9a22..786402c4daf9 100644
--- a/vcl/source/edit/textund2.hxx
+++ b/vcl/source/edit/textund2.hxx
@@ -105,9 +105,6 @@ public:
class TextUndoSetAttribs: public TextUndo
{
-private:
- TextSelection maSelection;
-
public:
TextUndoSetAttribs( TextEngine* pTextEngine, const TextSelection& rESel );
virtual ~TextUndoSetAttribs();
diff --git a/vcl/source/gdi/impanmvw.hxx b/vcl/source/gdi/impanmvw.hxx
index d2c10d637ef3..d80edc99e1f8 100644
--- a/vcl/source/gdi/impanmvw.hxx
+++ b/vcl/source/gdi/impanmvw.hxx
@@ -43,7 +43,6 @@ private:
Size maSzPix;
Size maDispSz;
Size maRestSz;
- MapMode maMap;
vcl::Region maClip;
VclPtr<VirtualDevice> mpBackground;
VclPtr<VirtualDevice> mpRestore;
diff --git a/vcl/source/window/scrwnd.hxx b/vcl/source/window/scrwnd.hxx
index 101fd356c7f2..313f8cd470bd 100644
--- a/vcl/source/window/scrwnd.hxx
+++ b/vcl/source/window/scrwnd.hxx
@@ -40,7 +40,6 @@ private:
ImageList maImgList;
Bitmap maWheelBmp;
- CommandScrollData maCommandScrollData;
Point maLastMousePos;
Point maCenter;
Timer* mpTimer;