summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorAaron Ball <nullspoon@iohq.net>2015-04-25 13:23:42 -0600
committerAaron Ball <nullspoon@iohq.net>2015-04-25 13:23:42 -0600
commit98715aba77ece62765634aa47675386f1966171f (patch)
treeb0732d1fadc7acec7c3ad817e434465c0c552a11 /src
parent966fd29cedccd9de3f8cc2670e9d77c182c5ee6a (diff)
downloadnoteless-98715aba77ece62765634aa47675386f1966171f.tar.gz
noteless-98715aba77ece62765634aa47675386f1966171f.tar.xz
More cleanup of the note_list struct
Diffstat (limited to 'src')
-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