diff options
| author | Joakim Verona | 2015-01-21 22:43:14 +0100 |
|---|---|---|
| committer | Joakim Verona | 2015-01-21 22:43:14 +0100 |
| commit | 0609e9003dbbc67425ff0659c94f2b5fd994b4d2 (patch) | |
| tree | fee52e30939150dc248cdded36e60b26ec20e8fa /src/xterm.c | |
| parent | c8f2ca7d672acfab85825eba24bbc96024659ede (diff) | |
| download | emacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.tar.gz emacs-0609e9003dbbc67425ff0659c94f2b5fd994b4d2.zip | |
cleanup
Diffstat (limited to 'src/xterm.c')
| -rw-r--r-- | src/xterm.c | 1 |
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 |