aboutsummaryrefslogtreecommitdiffstats
path: root/src/keyboard.c
diff options
context:
space:
mode:
authorJoakim Verona2015-01-21 22:43:14 +0100
committerJoakim Verona2015-01-21 22:43:14 +0100
commit0609e9003dbbc67425ff0659c94f2b5fd994b4d2 (patch)
treefee52e30939150dc248cdded36e60b26ec20e8fa /src/keyboard.c
parentc8f2ca7d672acfab85825eba24bbc96024659ede (diff)
downloademacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.tar.gz
emacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.zip
cleanup
Diffstat (limited to 'src/keyboard.c')
-rw-r--r--src/keyboard.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/keyboard.c b/src/keyboard.c
index dbae12b79f1..e9ecd8cbd3d 100644
--- a/src/keyboard.c
+++ b/src/keyboard.c
@@ -6081,7 +6081,6 @@ make_lispy_event (struct input_event *event)
6081#ifdef HAVE_XWIDGETS 6081#ifdef HAVE_XWIDGETS
6082 case XWIDGET_EVENT: 6082 case XWIDGET_EVENT:
6083 { 6083 {
6084 printf("cool, an xwidget event arrived in make_lispy_event!\n");
6085 return Fcons (Qxwidget_event,event->arg); 6084 return Fcons (Qxwidget_event,event->arg);
6086 } 6085 }
6087#endif /* HAVE_XWIDGETS */ 6086#endif /* HAVE_XWIDGETS */