summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
authorFelipe Corr??a da Silva Sanches <juca@members.fsf.org>2008-06-28 20:13:29 +0000
committerJucaBlues <JucaBlues@users.sourceforge.net>2008-06-28 20:13:29 +0000
commit18034bc15427d837c97755f234a8f109e1b9cb0c (patch)
tree62841dcf879861b44f738d492a9ce12c050f7083 /src/selection-chemistry.cpp
parentremove unused function (diff)
downloadinkscape-18034bc15427d837c97755f234a8f109e1b9cb0c.tar.gz
inkscape-18034bc15427d837c97755f234a8f109e1b9cb0c.zip
warning cleanup
(bzr r6084)
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index d4964c284..9b11ef9f6 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -1887,7 +1887,6 @@ sp_selection_relink()
gchar *newref = g_strdup_printf ("#%s", newid);
// Get a copy of current selection.
- GSList *new_select = NULL;
bool relinked = false;
for (GSList *items = (GSList *) selection->itemList();
items != NULL;
@@ -2544,7 +2543,8 @@ sp_selection_create_bitmap_copy ()
// Run filter, if any
if (run) {
g_print ("Running external filter: %s\n", run);
- system (run);
+ int retval;
+ retval = system (run);
}
// Import the image back