summaryrefslogtreecommitdiffstats
path: root/ToolAddRect.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolAddRect.h')
-rw-r--r--ToolAddRect.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/ToolAddRect.h b/ToolAddRect.h
index 8c777f4..b207efe 100644
--- a/ToolAddRect.h
+++ b/ToolAddRect.h
@@ -5,7 +5,7 @@
#include "SidebarAdd.h"
-class ToolAddRect : public Tool, public EventHandler, public Renderer {
+class ToolAddRect : public Tool, private EventHandler, private Renderer {
private:
GtkWidget *image;
@@ -36,10 +36,6 @@ class ToolAddRect : public Tool, public EventHandler, public Renderer {
return "Add rectangular room";
}
- virtual bool isSensitive() {
- return TRUE;
- }
-
virtual GtkWidget *getImage() {
return image;
}