diff options
Diffstat (limited to 'src/widgets/dash-selector.cpp')
| -rw-r--r-- | src/widgets/dash-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/dash-selector.cpp b/src/widgets/dash-selector.cpp index ea666070f..49bca9a98 100644 --- a/src/widgets/dash-selector.cpp +++ b/src/widgets/dash-selector.cpp @@ -382,7 +382,7 @@ sp_dash_selector_dash_activate (GtkObject *object, SPDashSelector *dsel) } static void -sp_dash_selector_offset_value_changed (GtkAdjustment *adj, SPDashSelector *dsel) +sp_dash_selector_offset_value_changed (GtkAdjustment */*adj*/, SPDashSelector *dsel) { gtk_signal_emit (GTK_OBJECT (dsel), signals[CHANGED]); } |
