summaryrefslogtreecommitdiffstats
path: root/src/removeoverlap.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/removeoverlap.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/removeoverlap.h')
-rw-r--r--src/removeoverlap.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/removeoverlap.h b/src/removeoverlap.h
index d873663d1..cc0c7d9b7 100644
--- a/src/removeoverlap.h
+++ b/src/removeoverlap.h
@@ -13,8 +13,6 @@
#ifndef SEEN_REMOVEOVERLAP_H
#define SEEN_REMOVEOVERLAP_H
-typedef struct _GSList GSList;
-
void removeoverlap(std::vector<SPItem*> const &items, double xGap, double yGap);
#endif // SEEN_REMOVEOVERLAP_H