summaryrefslogtreecommitdiffstats
path: root/Vector.h
diff options
context:
space:
mode:
authorNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
committerNathan Scott <nathans@redhat.com>2020-09-08 17:33:50 +1000
commit8ec5d4a3a07fe9a3c556a4abeac6645a7bb2235e (patch)
tree1efb582b7517e2ec32c892ff2e2ab269ea7e0c47 /Vector.h
parenteede79b29af116bc568c7f7a1be319f0c1dfd311 (diff)
Further, minor cleanups to headers post-MakeHeaders
Remove leftover empty ifdef/endif pairs, whitespace. The generated htop.h file was also unused - removed.
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 7d1436aa..32cd809e 100644
--- a/Vector.h
+++ b/Vector.h
@@ -24,7 +24,6 @@ typedef struct Vector_ {
bool owner;
} Vector;
-
Vector* Vector_new(ObjectClass* type, bool owner, int size);
void Vector_delete(Vector* this);
@@ -37,11 +36,6 @@ int Vector_count(Vector* this);
void Vector_prune(Vector* this);
-// If I were to use only one sorting algorithm for both cases, it would probably be this one:
-/*
-
-*/
-
void Vector_quickSort(Vector* this);
void Vector_insertionSort(Vector* this);

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