summaryrefslogtreecommitdiff
path: root/src/notes.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/notes.cc')
-rw-r--r--src/notes.cc6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/notes.cc b/src/notes.cc
index 0210de8c..50e0844d 100644
--- a/src/notes.cc
+++ b/src/notes.cc
@@ -43,9 +43,6 @@ void show_notes_file()
/* Invoke show_file */
show_file(p.c_str(), caption.c_str());
-
- /* Done */
- return;
}
/*
@@ -65,9 +62,6 @@ void output_note(const char *final_note)
/* Close the handle */
my_fclose(fff);
-
- /* Done */
- return;
}