summaryrefslogtreecommitdiffstats
path: root/ToolRotate.h
diff options
context:
space:
mode:
Diffstat (limited to 'ToolRotate.h')
-rw-r--r--ToolRotate.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/ToolRotate.h b/ToolRotate.h
index 0a3ea0b..92aeab7 100644
--- a/ToolRotate.h
+++ b/ToolRotate.h
@@ -35,10 +35,6 @@ class ToolRotate : public Tool, private EventHandler, private Renderer {
return "Rotate";
}
- virtual bool isSensitive() {
- return TRUE;
- }
-
virtual GtkWidget *getImage() {
return image;
}