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/selection-chemistry.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/selection-chemistry.h')
| -rw-r--r-- | src/selection-chemistry.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/selection-chemistry.h b/src/selection-chemistry.h index 5bcc5b1ea..4bfa2c0aa 100644 --- a/src/selection-chemistry.h +++ b/src/selection-chemistry.h @@ -22,7 +22,6 @@ class SPCSSAttr; class SPDesktop; -typedef struct _GSList GSList; namespace Inkscape { @@ -75,7 +74,6 @@ void sp_selection_unsymbol(SPDesktop *desktop); void sp_selection_tile(SPDesktop *desktop, bool apply = true); void sp_selection_untile(SPDesktop *desktop); -//void sp_selection_group_impl(GSList const *reprs_to_group, Inkscape::XML::Node *group, Inkscape::XML::Document *xml_doc, SPDocument *doc); void sp_selection_group(Inkscape::Selection *selection, SPDesktop *desktop); void sp_selection_ungroup(Inkscape::Selection *selection, SPDesktop *desktop); |
