summaryrefslogtreecommitdiff
path: root/gtk2_ardour/processor_box.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2014-01-05 16:02:40 +0100
committerRobin Gareus <robin@gareus.org>2014-01-05 16:02:40 +0100
commite89e06ded286847684b2626de1594cbeae32ad99 (patch)
tree3bf99443978219a7574ee46b6896ee4bbc78c475 /gtk2_ardour/processor_box.h
parentdf32d30819587612761468a5562ca782b01045cf (diff)
processor-box: remove cruft
Diffstat (limited to 'gtk2_ardour/processor_box.h')
-rw-r--r--gtk2_ardour/processor_box.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/gtk2_ardour/processor_box.h b/gtk2_ardour/processor_box.h
index 182013a383..2278369910 100644
--- a/gtk2_ardour/processor_box.h
+++ b/gtk2_ardour/processor_box.h
@@ -246,12 +246,6 @@ protected:
PortIcon _output_icon;
};
-class BlankProcessorEntry : public ProcessorEntry
-{
- public:
- BlankProcessorEntry (ProcessorBox *, Width w, ARDOUR::ChanCount cc);
-};
-
class PluginInsertProcessorEntry : public ProcessorEntry
{
public:
@@ -373,7 +367,7 @@ class ProcessorBox : public Gtk::HBox, public PluginInterestedObject, public ARD
bool processor_button_release_event (GdkEventButton *, ProcessorEntry *);
void redisplay_processors ();
void add_processor_to_display (boost::weak_ptr<ARDOUR::Processor>);
- void help_count_visible_prefader_processors (boost::weak_ptr<ARDOUR::Processor>, uint32_t*, bool*, ARDOUR::ChanCount*);
+ void help_count_visible_prefader_processors (boost::weak_ptr<ARDOUR::Processor>, uint32_t*, bool*);
void reordered ();
void report_failed_reorder ();
void route_processors_changed (ARDOUR::RouteProcessorChange);