summaryrefslogtreecommitdiff
path: root/gtk2_ardour/canvas-flag.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2012-06-17 13:37:52 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2012-06-17 13:37:52 +0000
commit2863640a52ddaea45ebe5bdd8aceb5567fe8989c (patch)
treee9bf16066afd70d5ad39ecfea6cad3fde49574d3 /gtk2_ardour/canvas-flag.h
parent2e71cb2e26371b41f0715c8d659218afa742dd33 (diff)
make it possible for canvas patch changes to receive kbd events, and along the way clean up a couple of related issues, providing noevent-pixbuf (which we should probably use for regionview names too)
git-svn-id: svn://localhost/ardour2/branches/3.0@12745 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/canvas-flag.h')
-rw-r--r--gtk2_ardour/canvas-flag.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/gtk2_ardour/canvas-flag.h b/gtk2_ardour/canvas-flag.h
index 17edc19880..4ad41ec883 100644
--- a/gtk2_ardour/canvas-flag.h
+++ b/gtk2_ardour/canvas-flag.h
@@ -28,8 +28,6 @@ public:
virtual ~CanvasFlag();
- virtual bool on_event(GdkEvent* ev);
-
virtual void set_text(const std::string& a_text);
virtual void set_height (double);