aboutsummaryrefslogtreecommitdiffstats
path: root/src/xterm.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/xterm.c
parentc8f2ca7d672acfab85825eba24bbc96024659ede (diff)
downloademacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.tar.gz
emacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.zip
cleanup
Diffstat (limited to 'src/xterm.c')
-rw-r--r--src/xterm.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xterm.c b/src/xterm.c
index 40043dc9430..abceefb1b0e 100644
--- a/src/xterm.c
+++ b/src/xterm.c
@@ -8028,7 +8028,6 @@ x_draw_bar_cursor (struct window *w, struct glyph_row *row, int width, enum text
8028 8028
8029#ifdef HAVE_XWIDGETS 8029#ifdef HAVE_XWIDGETS
8030 if (cursor_glyph->type == XWIDGET_GLYPH){ 8030 if (cursor_glyph->type == XWIDGET_GLYPH){
8031 printf("tried avoiding xwidget cursor\n");
8032 return; //experimental avoidance of cursor on xwidget 8031 return; //experimental avoidance of cursor on xwidget
8033 } 8032 }
8034#endif 8033#endif