summaryrefslogtreecommitdiff
path: root/gtk2_ardour/audio_streamview.h
diff options
context:
space:
mode:
Diffstat (limited to 'gtk2_ardour/audio_streamview.h')
-rw-r--r--gtk2_ardour/audio_streamview.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/gtk2_ardour/audio_streamview.h b/gtk2_ardour/audio_streamview.h
index b2d538471f..d7bd4de2ef 100644
--- a/gtk2_ardour/audio_streamview.h
+++ b/gtk2_ardour/audio_streamview.h
@@ -28,7 +28,6 @@
#include <ardour/location.h>
#include "enums.h"
#include "simplerect.h"
-#include "color.h"
#include "streamview.h"
namespace Gdk {
@@ -97,7 +96,7 @@ class AudioStreamView : public StreamView
void add_crossfade_weak (boost::weak_ptr<ARDOUR::Crossfade>);
void remove_crossfade (boost::shared_ptr<ARDOUR::Crossfade>);
- void color_handler (ColorID id, uint32_t val);
+ void color_handler ();
double _amplitude_above_axis;