summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/note_list.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/src/note_list.h b/src/note_list.h
index 76e7829..d393a80 100644
--- a/src/note_list.h
+++ b/src/note_list.h
@@ -19,7 +19,6 @@
#include <stdio.h>
#include <string.h>
#include "note.h"
-//#include "path.h"
#ifndef noteless_note_list_h
#define noteless_note_list_h
@@ -47,10 +46,4 @@ int note_list_rm_note(note_list_t*, char*);
int note_list_search(note_list_t*, char*, int);
-// void get_notes(note_list_t*);
-
-// note_list( string, string );
-// int add( string, string );
-// vector<string> enum_names();
-
#endif

Generated by cgit