aboutsummaryrefslogtreecommitdiffstats
path: root/src/menu/software_mouse_pointer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/menu/software_mouse_pointer.hpp')
-rw-r--r--src/menu/software_mouse_pointer.hpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/menu/software_mouse_pointer.hpp b/src/menu/software_mouse_pointer.hpp
index d2f8abb0..15e855db 100644
--- a/src/menu/software_mouse_pointer.hpp
+++ b/src/menu/software_mouse_pointer.hpp
@@ -41,9 +41,6 @@ namespace usdx
class SoftwareMousePointer : public DrawableControl
{
private:
- int x;
- int y;
-
GLfloat vertices[8];
GLubyte color[16];
GLfloat texture[8];
@@ -53,8 +50,6 @@ namespace usdx
boost::signals2::connection mouse_move_connection;
- boost::mutex mutex;
-
protected:
void draw(void);