summaryrefslogtreecommitdiff
path: root/include/vcl/cursor.hxx
diff options
context:
space:
mode:
authorNoel Grandin <noel@peralex.com>2015-07-07 13:58:41 +0200
committerNoel Grandin <noel@peralex.com>2015-07-08 09:51:27 +0200
commit449d272daf5e99f039cdfdd25f020bd798fb9e1d (patch)
treefad3597606f3fbae275ff990aac45ad8f00e1c86 /include/vcl/cursor.hxx
parentb43fde69caf456585004b3e1da5161d76eadf057 (diff)
loplugin:unusedmethods vcl
Change-Id: I98b88ca3369a2c888fd63796e39d42376d513002
Diffstat (limited to 'include/vcl/cursor.hxx')
-rw-r--r--include/vcl/cursor.hxx5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/vcl/cursor.hxx b/include/vcl/cursor.hxx
index baf04d26b7c6..038e18f5b2c7 100644
--- a/include/vcl/cursor.hxx
+++ b/include/vcl/cursor.hxx
@@ -75,7 +75,6 @@ public:
bool IsVisible() const { return mbVisible; }
void SetWindow( vcl::Window* pWindow );
- vcl::Window* GetWindow() const { return mpWindow; }
void SetPos( const Point& rNewPos );
const Point& GetPos() const { return maPos; }
@@ -86,13 +85,9 @@ public:
long GetWidth() const { return maSize.Width(); }
long GetHeight() const { return maSize.Height(); }
- long GetSlant() const { return mnSlant; }
-
void SetOrientation( short nOrientation = 0 );
- short GetOrientation() const { return mnOrientation; }
void SetDirection( CursorDirection nDirection = CursorDirection::NONE );
- CursorDirection GetDirection() const { return mnDirection; }
Cursor& operator=( const Cursor& rCursor );
bool operator==( const Cursor& rCursor ) const;