database: remove duplited lines
[apps/agl-service-data-persistence.git] / ll-database-binding / src / ll-database-binding.c
index 842b06a..b136567 100644 (file)
@@ -45,10 +45,6 @@ char database_file[MAX_PATH];
 
 // ----- Binding's declarations -----
 int ll_database_binding_init();
-void verb_read(struct afb_req req);
-void verb_update(struct afb_req req);
-void verb_delete(struct afb_req req);
-
 void verb_insert(struct afb_req req);
 void verb_update(struct afb_req req);
 void verb_delete(struct afb_req req);