Remove duplicate unused code.

This commit is contained in:
Alex Szpakowski
2016-10-10 09:33:10 -03:00
parent 03c38185f6
commit 42be56858b
3 changed files with 0 additions and 16 deletions
-3
View File
@@ -151,9 +151,6 @@ public:
virtual bool isVisible() const = 0;
virtual void setMouseVisible(bool visible) = 0;
virtual bool getMouseVisible() const = 0;
virtual void setMouseGrab(bool grab) = 0;
virtual bool isMouseGrabbed() const = 0;