summaryrefslogtreecommitdiff
path: root/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc
diff options
context:
space:
mode:
Diffstat (limited to 'audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc')
-rw-r--r--audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc b/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc
deleted file mode 100644
index 184729941744..000000000000
--- a/audio/ardour/files/patch-gtk2__ardour_route__time__axis.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- gtk2_ardour/route_time_axis.cc.orig 2010-04-17 15:23:01 UTC
-+++ gtk2_ardour/route_time_axis.cc
-@@ -89,7 +89,7 @@ Glib::RefPtr<Gdk::Pixbuf> RouteTimeAxisView::slider;
- void
- RouteTimeAxisView::setup_slider_pix ()
- {
-- if ((slider = ::get_icon ("fader_belt_h")) == 0) {
-+ if (!(slider = ::get_icon ("fader_belt_h"))) {
- throw failed_constructor ();
- }
- }