summaryrefslogtreecommitdiff
path: root/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc11
1 files changed, 0 insertions, 11 deletions
diff --git a/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc b/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc
deleted file mode 100644
index e123e4e24ed4..000000000000
--- a/audio/ardour/files/patch-libs_gtkmm2ext_fastmeter.cc
+++ /dev/null
@@ -1,11 +0,0 @@
---- libs/gtkmm2ext/fastmeter.cc.orig 2009-02-24 12:37:45 UTC
-+++ libs/gtkmm2ext/fastmeter.cc
-@@ -476,7 +476,7 @@ FastMeter::set (float lvl)
-
- Glib::RefPtr<Gdk::Window> win;
-
-- if ((win = get_window()) == 0) {
-+ if (!(win = get_window())) {
- queue_draw ();
- return;
- }