summaryrefslogtreecommitdiff
path: root/src/core/collections.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/collections.h')
-rw-r--r--src/core/collections.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/src/core/collections.h b/src/core/collections.h
index b84bdd9..dbe869a 100644
--- a/src/core/collections.h
+++ b/src/core/collections.h
@@ -32,13 +32,8 @@
-/* Crée la table dans une base de données. */
-typedef bool (* create_db_table_fc) (sqlite3 *);
-
-
-
/* Enregistre un type d'élément à gérer par collection. */
-uint32_t register_collection_type(GType, create_db_table_fc);
+uint32_t register_collection_type(GType);
/* Charge les définitions de collections "natives". */
bool load_hard_coded_collection_definitions(void);