diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2015-12-08 22:34:02 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marcjeanmougin@free.fr> | 2015-12-08 22:34:02 +0000 |
| commit | b6a5a7b59a78a35128633bd7b7a070ebeb263505 (patch) | |
| tree | 3942bc2943ebc1a9c38fb4a8a06e5b50bc67c026 /src/unclump.h | |
| parent | cppification: GSList replaced by vectors (undo/redo) (diff) | |
| download | inkscape-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.h | 1 |
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); |
