summaryrefslogtreecommitdiff
path: root/gtk2_ardour/strip_silence_dialog.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-09-19 18:30:01 +0200
committerRobin Gareus <robin@gareus.org>2015-09-19 19:00:43 +0200
commit6569301001b8ee40fd31bba9f7c4d3a638c91c2f (patch)
treee49ddbcec54ee319d595bb18b8f873ddeb2f1b74 /gtk2_ardour/strip_silence_dialog.h
parent0e55dc470dca732ce41c7fa53479eca75c652d02 (diff)
remove cruft
Diffstat (limited to 'gtk2_ardour/strip_silence_dialog.h')
-rw-r--r--gtk2_ardour/strip_silence_dialog.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/gtk2_ardour/strip_silence_dialog.h b/gtk2_ardour/strip_silence_dialog.h
index 8b2e43ac64..e89f1911cd 100644
--- a/gtk2_ardour/strip_silence_dialog.h
+++ b/gtk2_ardour/strip_silence_dialog.h
@@ -51,7 +51,6 @@ public:
private:
void create_waves ();
- void peaks_ready ();
void canvas_allocation (Gtk::Allocation &);
void update_silence_rects ();
void resize_silence_rects ();
@@ -76,8 +75,6 @@ private:
std::list<ViewInterval> views;
- PBD::ScopedConnection* _peaks_ready_connection;
-
bool _destroying;
pthread_t _thread; ///< thread to compute silence in the background