summaryrefslogtreecommitdiff
path: root/gtk2_ardour/gain_meter.cc
diff options
context:
space:
mode:
authorDoug McLain <doug@nostar.net>2006-03-14 07:46:59 +0000
committerDoug McLain <doug@nostar.net>2006-03-14 07:46:59 +0000
commit84a2923794c76525856909c0b73d46c27106ccfc (patch)
treee546c61bb5f39c9402447d2024c6e5c14e6223ae /gtk2_ardour/gain_meter.cc
parent191f3239576f085befc2e1834de3ff6141023ffb (diff)
created get_bogus_drawable() when I realized it was needed by FastMeter as well as Pix. All pixmaps are files now, located in gtk2_ardour/pixmaps and loaded by default from ~/.ardour/pixmaps at runtime
git-svn-id: svn://localhost/trunk/ardour2@390 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/gain_meter.cc')
-rw-r--r--gtk2_ardour/gain_meter.cc1
1 files changed, 0 insertions, 1 deletions
diff --git a/gtk2_ardour/gain_meter.cc b/gtk2_ardour/gain_meter.cc
index 9ef9cd5da9..eb5b78c993 100644
--- a/gtk2_ardour/gain_meter.cc
+++ b/gtk2_ardour/gain_meter.cc
@@ -46,7 +46,6 @@
#include <ardour/route.h>
#include "i18n.h"
-#include "misc_xpms"
using namespace ARDOUR;
using namespace Gtkmm2ext;