-rw-r--r-- | src/controller/selection_to_db.h | 9 | ||||
-rw-r--r-- | src/controller/selection_to_db.sqc | 9 | ||||
-rw-r--r-- | src/controller/selsave.h | 9 | ||||
-rw-r--r-- | src/controller/selsave.sqc | 41 |
4 files changed, 56 insertions, 12 deletions
diff --git a/src/controller/selection_to_db.h b/src/controller/selection_to_db.h deleted file mode 100644 index 4344e0b..0000000 --- a/src/controller/selection_to_db.h +++ b/dev/null @@ -1,9 +0,0 @@ -#ifndef SELECTION_TO_DB_H -#define SELECTION_TO_DB_H - -/* - * Send the current selection from memory to the database. - */ -void selection_to_db (void); - -#endif // SELECTION_TO_DB_H |