diff options
author | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2010-08-08 16:38:42 +0200 |
commit | 09092155a66388bbd7be8d16debb35abfcfae700 (patch) | |
tree | 4cbe7f4f0d5c763405f721f7f5dba08864e53ef3 /src/gui_x11.c | |
parent | 83687a72155c70c062c689a9c545b5cdf5ebd0b4 (diff) | |
download | vim-git-09092155a66388bbd7be8d16debb35abfcfae700.tar.gz |
Remove unused code.
Diffstat (limited to 'src/gui_x11.c')
-rw-r--r-- | src/gui_x11.c | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/src/gui_x11.c b/src/gui_x11.c index f955bc85d..b61aae077 100644 --- a/src/gui_x11.c +++ b/src/gui_x11.c @@ -3392,17 +3392,6 @@ gui_x11_get_last_mouse_event() * to provide room for the bitmap! */ # define SIGN_WIDTH (gui.char_width * 2) -#if 0 /* not used */ - void -gui_mch_clearsign(row) - int row; -{ - if (gui.in_use) - XClearArea(gui.dpy, gui.wid, 0, TEXT_Y(row) - gui.char_height, - SIGN_WIDTH, gui.char_height, FALSE); -} -#endif - void gui_mch_drawsign(row, col, typenr) int row; |