aboutsummaryrefslogtreecommitdiff
path: root/src/sc_editor.c
diff options
context:
space:
mode:
authorThomas White <taw@bitwiz.org.uk>2014-11-26 08:46:56 +0100
committerThomas White <taw@bitwiz.org.uk>2014-11-26 08:46:56 +0100
commitce4063914caf0d28b807ecefa0a6be137b178d49 (patch)
tree4da9a615f14264f9b8809634dcda02ea3450d0f6 /src/sc_editor.c
parent05d8853ad8da359b12102f448ed16d936d39439d (diff)
Restore page up/page down in slide window
Diffstat (limited to 'src/sc_editor.c')
-rw-r--r--src/sc_editor.c10
1 files changed, 0 insertions, 10 deletions
diff --git a/src/sc_editor.c b/src/sc_editor.c
index b1a01f2..c7ebb26 100644
--- a/src/sc_editor.c
+++ b/src/sc_editor.c
@@ -1006,16 +1006,6 @@ static gboolean key_press_sig(GtkWidget *da, GdkEventKey *event,
switch ( event->keyval ) {
- case GDK_KEY_Page_Up :
- //prev_slide_sig(NULL, p);
- claim = 1;
- break;
-
- case GDK_KEY_Page_Down :
- //next_slide_sig(NULL, p); FIXME!
- claim = 1;
- break;
-
case GDK_KEY_Escape :
e->selection = NULL;
redraw_editor(e);