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