aboutsummaryrefslogtreecommitdiff
path: root/src/narrative_window.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/narrative_window.c')
-rw-r--r--src/narrative_window.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/narrative_window.c b/src/narrative_window.c
index 882261d..507e212 100644
--- a/src/narrative_window.c
+++ b/src/narrative_window.c
@@ -249,11 +249,6 @@ static void last_para_sig(GSimpleAction *action, GVariant *parameter,
}
-static void open_notes_sig(GSimpleAction *action, GVariant *parameter, gpointer vp)
-{
-}
-
-
static void open_clock_sig(GSimpleAction *action, GVariant *parameter, gpointer vp)
{
NarrativeWindow *nw = vp;
@@ -490,7 +485,6 @@ GActionEntry nw_entries[] = {
{ "deleteslide", delete_slide_sig, NULL, NULL, NULL },
{ "slide", add_slide_sig, NULL, NULL, NULL },
{ "startslideshow", start_slideshow_sig, NULL, NULL, NULL },
- { "notes", open_notes_sig, NULL, NULL, NULL },
{ "clock", open_clock_sig, NULL, NULL, NULL },
{ "testcard", testcard_sig, NULL, NULL, NULL },
{ "first", first_para_sig, NULL, NULL, NULL },