summaryrefslogtreecommitdiffstats
path: root/src/selection.h
diff options
context:
space:
mode:
authorMarc Jeanmougin <mc@localhost.localdomain>2015-02-27 02:10:36 +0000
committerMarc Jeanmougin <mc@localhost.localdomain>2015-02-27 02:10:36 +0000
commit9a7fa4d1899d30ec745107823f307b2a0bf3172f (patch)
tree216bd7b47a96425af53642e2c3869a70ebfa23e5 /src/selection.h
parentshould replace buggy pot file (diff)
downloadinkscape-9a7fa4d1899d30ec745107823f307b2a0bf3172f.tar.gz
inkscape-9a7fa4d1899d30ec745107823f307b2a0bf3172f.zip
corrected the casts (hopefully)
(bzr r13922.1.10)
Diffstat (limited to '')
-rw-r--r--src/selection.h8
1 files changed, 0 insertions, 8 deletions
diff --git a/src/selection.h b/src/selection.h
index 71be6dd6b..9eada3eed 100644
--- a/src/selection.h
+++ b/src/selection.h
@@ -40,14 +40,6 @@ class Node;
}
}
-/*template<typename T>
-const GSList* std_list_to_GS_list(const std::list<T *> list) const
-{
- gpointer l=NULL;
- for(auto x:list){
-
- }
-}*/
namespace Inkscape {