summaryrefslogtreecommitdiffstats
path: root/src/unclump.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-12-08 22:34:02 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-08 22:34:02 +0000
commitb6a5a7b59a78a35128633bd7b7a070ebeb263505 (patch)
tree3942bc2943ebc1a9c38fb4a8a06e5b50bc67c026 /src/unclump.h
parentcppification: GSList replaced by vectors (undo/redo) (diff)
downloadinkscape-b6a5a7b59a78a35128633bd7b7a070ebeb263505.tar.gz
inkscape-b6a5a7b59a78a35128633bd7b7a070ebeb263505.zip
finally removed all GSList from main folder .h files
(bzr r14504.1.15)
Diffstat (limited to 'src/unclump.h')
-rw-r--r--src/unclump.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/unclump.h b/src/unclump.h
index 461e99d0b..c6948f320 100644
--- a/src/unclump.h
+++ b/src/unclump.h
@@ -11,7 +11,6 @@
#ifndef SEEN_DIALOGS_UNCLUMP_H
#define SEEN_DIALOGS_UNCLUMP_H
-typedef struct _GSList GSList;
void unclump(std::vector<SPItem*> &items);