36 files changed, 332 insertions, 176 deletions
diff --git a/src/controller/selsave.h b/src/controller/selsave.h deleted file mode 100644 index f5b8fa7..0000000 --- a/src/controller/selsave.h +++ b/dev/null @@ -1,9 +0,0 @@ -#ifndef SELSAVE_H -#define SELSAVE_H - -/* - * Send the current selection from memory to the database. - */ -void selsave (void); - -#endif // SELSAVE_H |