diff options
| author | Jon A. Cruz <jon@joncruz.org> | 2007-11-02 08:00:40 +0000 |
|---|---|---|
| committer | joncruz <joncruz@users.sourceforge.net> | 2007-11-02 08:00:40 +0000 |
| commit | abcd0cd508385848239660e4f6873b85982aad58 (patch) | |
| tree | 5389a868c995ecbff6cb438644a805d4a7fa0212 /src/path-chemistry.cpp | |
| parent | fix bug [ 1824359 ] Gradient isn't snapping with ctrl pressed (diff) | |
| download | inkscape-abcd0cd508385848239660e4f6873b85982aad58.tar.gz inkscape-abcd0cd508385848239660e4f6873b85982aad58.zip | |
warning cleanup
(bzr r4012)
Diffstat (limited to 'src/path-chemistry.cpp')
| -rw-r--r-- | src/path-chemistry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/path-chemistry.cpp b/src/path-chemistry.cpp index 2d5aa9e83..b09d63ec0 100644 --- a/src/path-chemistry.cpp +++ b/src/path-chemistry.cpp @@ -258,7 +258,7 @@ sp_selected_path_to_curves(void) } static void -sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) +sp_selected_path_to_curves0(gboolean interactive, guint32 /*text_grouping_policy*/) { SPDesktop *desktop = SP_ACTIVE_DESKTOP; @@ -341,7 +341,7 @@ sp_selected_path_to_curves0(gboolean interactive, guint32 text_grouping_policy) } Inkscape::XML::Node * -sp_selected_item_to_curved_repr(SPItem *item, guint32 text_grouping_policy) +sp_selected_item_to_curved_repr(SPItem *item, guint32 /*text_grouping_policy*/) { if (!item) return NULL; |
