summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2010-06-17 19:02:03 +0000
committerHisham Muhammad <hisham@gobolinux.org>2010-06-17 19:02:03 +0000
commit9eb912149e17ba74ddc429e093abfaccab02bb7a (patch)
tree4428e8ff56809756cff8ddc1e17d1f3e89c7cd2e /Vector.h
parentbc4f7147ccb72244ddb8eb256a0b6ae1684aa2bd (diff)
expand/collapse tree
Diffstat (limited to 'Vector.h')
-rw-r--r--Vector.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/Vector.h b/Vector.h
index 0ebea031..d2b74ce7 100644
--- a/Vector.h
+++ b/Vector.h
@@ -22,8 +22,6 @@ in the source distribution for its full text.
#define DEFAULT_SIZE -1
#endif
-typedef void(*Vector_procedure)(void*);
-
typedef struct Vector_ {
Object **array;
Object_Compare compare;
@@ -73,8 +71,4 @@ void Vector_add(Vector* this, void* data_);
extern int Vector_indexOf(Vector* this, void* search_, Object_Compare compare);
-/*
-
-*/
-
#endif

© 2014-2024 Faster IT GmbH | imprint | privacy policy