diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2008-12-05 06:21:29 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2008-12-05 06:21:29 +0000 |
| commit | e8daf0a39f9848dace761a9f85eac1fd940e551f (patch) | |
| tree | 8dbd9569702b0f41aed51d7eacd93a157b2ad873 /src/sp-text.cpp | |
| parent | Corrected initialization order. (diff) | |
| download | inkscape-e8daf0a39f9848dace761a9f85eac1fd940e551f.tar.gz inkscape-e8daf0a39f9848dace761a9f85eac1fd940e551f.zip | |
Warning cleanup.
(bzr r6947)
Diffstat (limited to 'src/sp-text.cpp')
| -rw-r--r-- | src/sp-text.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/sp-text.cpp b/src/sp-text.cpp index 9266297be..8627e179f 100644 --- a/src/sp-text.cpp +++ b/src/sp-text.cpp @@ -407,7 +407,7 @@ sp_text_description(SPItem *item) SPStyle *style = SP_OBJECT_STYLE(text); font_instance *tf = font_factory::Default()->FaceFromStyle(style); - + char name_buf[256]; char *n; if (tf) { @@ -428,7 +428,7 @@ sp_text_description(SPItem *item) return ret; } -static void sp_text_snappoints(SPItem const *item, SnapPointsIter p, Inkscape::SnapPreferences const *snapprefs) +static void sp_text_snappoints(SPItem const *item, SnapPointsIter p, Inkscape::SnapPreferences const */*snapprefs*/) { // the baseline anchor of the first char Inkscape::Text::Layout const *layout = te_get_layout((SPItem *) item); |
