diff options
Diffstat (limited to 'src/Fl_x.cxx')
| -rw-r--r-- | src/Fl_x.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Fl_x.cxx b/src/Fl_x.cxx index 02ff2f5ed..c690e750b 100644 --- a/src/Fl_x.cxx +++ b/src/Fl_x.cxx @@ -101,7 +101,6 @@ extern Fl_Window *fl_xmousewin; static void open_display_i(Display *d); // open display (internal) extern int fl_send_system_handlers(void *e); -extern int fl_utf8_remove_context_dependent(char *text, int len); #if FLTK_CONSOLIDATE_MOTION static Fl_Window *send_motion; @@ -1841,7 +1840,6 @@ int fl_handle(const XEvent& thisevent) len = XUtf8LookupString(Fl_X11_Screen_Driver::xim_ic, (XKeyPressedEvent *)&xevent.xkey, kp_buffer, kp_buffer_len, &keysym, &status); } - len = fl_utf8_remove_context_dependent(kp_buffer, len); keysym = fl_KeycodeToKeysym(fl_display, keycode, 0); } else { //static XComposeStatus compose; |
