summaryrefslogtreecommitdiffstats
path: root/src/graphlayout.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <marc@jeanmougin.fr>2015-12-09 15:49:59 +0000
committerMarc Jeanmougin <marcjeanmougin@free.fr>2015-12-09 15:49:59 +0000
commit50ab3a3c4215474d437f9adcc4b725bed26767d7 (patch)
tree0241555b1dc6efe9f35db7696c7e440e8a56bada /src/graphlayout.h
parentRemove unused var in header file (diff)
parentupdate to trunk (diff)
downloadinkscape-50ab3a3c4215474d437f9adcc4b725bed26767d7.tar.gz
inkscape-50ab3a3c4215474d437f9adcc4b725bed26767d7.zip
Merge glib_hunt: cppification and removal of many glib GList/GSList/GHashTable
(bzr r14520)
Diffstat (limited to 'src/graphlayout.h')
-rw-r--r--src/graphlayout.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/graphlayout.h b/src/graphlayout.h
index 9794dd6b5..dfef45359 100644
--- a/src/graphlayout.h
+++ b/src/graphlayout.h
@@ -16,7 +16,6 @@
#include <list>
-typedef struct _GSList GSList;
class SPItem;
void graphlayout(std::vector<SPItem*> const &items);