From bc89fe0147c04b67141936d109c00dfd4d69cc4b Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Fri, 12 Dec 2008 14:43:24 +0000 Subject: most of the 2.X->3.0 commit (up to rev 4299) except for gtk2_ardour/editor_canvas.cc; builds and runs and does a few specific things but expect it to be buggy for a while yet git-svn-id: svn://localhost/ardour2/branches/3.0@4313 d708f5d6-7413-0410-9779-e7cbd77b26cf --- gtk2_ardour/plugin_eq_gui.cc | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'gtk2_ardour/plugin_eq_gui.cc') diff --git a/gtk2_ardour/plugin_eq_gui.cc b/gtk2_ardour/plugin_eq_gui.cc index bacfbe98b2..307503fc8b 100644 --- a/gtk2_ardour/plugin_eq_gui.cc +++ b/gtk2_ardour/plugin_eq_gui.cc @@ -458,7 +458,7 @@ PluginEqGui::plot_impulse_phase(Gtk::Widget *w, cairo_t *cr) float avgY = 0.0; int avgNum = 0; - float width = w->get_width(); + // float width = w->get_width(); float height = w->get_height(); cairo_set_source_rgba(cr, 0.95, 0.3, 0.2, 1.0); @@ -508,7 +508,7 @@ PluginEqGui::draw_scales_power(Gtk::Widget *w, cairo_t *cr) cairo_font_extents_t extents; cairo_font_extents(cr, &extents); - float fontXOffset = extents.descent + 1.0; + // float fontXOffset = extents.descent + 1.0; char buf[256]; @@ -607,7 +607,7 @@ PluginEqGui::plot_impulse_amplitude(Gtk::Widget *w, cairo_t *cr) float avgY = 0.0; int avgNum = 0; - float width = w->get_width(); + // float width = w->get_width(); float height = w->get_height(); cairo_set_source_rgb(cr, 1.0, 1.0, 1.0); @@ -656,7 +656,7 @@ PluginEqGui::plot_signal_amplitude_difference(Gtk::Widget *w, cairo_t *cr) float avgY = 0.0; int avgNum = 0; - float width = w->get_width(); + // float width = w->get_width(); float height = w->get_height(); cairo_set_source_rgb(cr, 0.0, 1.0, 0.0); -- cgit v1.2.3