summaryrefslogtreecommitdiffstats
path: root/src/Patchage.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Patchage.cpp')
-rw-r--r--src/Patchage.cpp6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/Patchage.cpp b/src/Patchage.cpp
index c8a32a5..35450e4 100644
--- a/src/Patchage.cpp
+++ b/src/Patchage.cpp
@@ -321,12 +321,6 @@ Patchage::idle_callback()
if (_alsa_driver)
_alsa_driver->refresh();
#endif
- }
-
- // Jack driver needs refreshing
- if (_refresh || _jack_driver->is_dirty()) {
- _canvas->flag_all_connections();
- _jack_driver->refresh();
_canvas->destroy_all_flagged_connections();
_refresh = false;
}