Remove unnecessary/unused template parameter from canvas sysex flags.
[ardour.git] / gtk2_ardour / audio_time_axis.cc
index 1d66dda0b0c4076b3e5f9507c98b0a073a902fca..16a9ef6b2f11a7b6e1a44d880871f14dac0a184a 100644 (file)
@@ -387,9 +387,7 @@ AudioTimeAxisView::ensure_pan_views (bool show)
                                                            *this,
                                                            false,
                                                            parent_canvas,
-                                                           name)
-                               
-                               );
+                                                           name));
                        
                        add_automation_child (*p, pan_track, show);
                }