diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2013-04-28 18:38:55 +0000 |
|---|---|---|
| committer | Jon A. Cruz <jon@joncruz.org> | 2013-04-28 18:38:55 +0000 |
| commit | 33db29c8296508ff2fa50e619831cebf6f4d85cc (patch) | |
| tree | ff74cb67ea68e1709983ac7d66de257d7dd5733d /src/widgets/font-selector.cpp | |
| parent | UI messages: end with : in front of edit box (diff) | |
| download | inkscape-33db29c8296508ff2fa50e619831cebf6f4d85cc.tar.gz inkscape-33db29c8296508ff2fa50e619831cebf6f4d85cc.zip | |
Warning cleanup.
(bzr r12309)
Diffstat (limited to 'src/widgets/font-selector.cpp')
| -rw-r--r-- | src/widgets/font-selector.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/font-selector.cpp b/src/widgets/font-selector.cpp index 453ef683f..7fa848f1e 100644 --- a/src/widgets/font-selector.cpp +++ b/src/widgets/font-selector.cpp @@ -332,7 +332,7 @@ static void sp_font_selector_family_select_row(GtkTreeSelection *selection, } // Callback when row changed -static void sp_font_selector_style_select_row (GtkTreeSelection *selection, +static void sp_font_selector_style_select_row (GtkTreeSelection * /*selection*/, SPFontSelector *fsel) { if (!fsel->block_emit) |
