diff options
Diffstat (limited to 'src/globals.h')
-rw-r--r-- | src/globals.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/globals.h b/src/globals.h index 91c22061e1..6b158f5d9b 100644 --- a/src/globals.h +++ b/src/globals.h @@ -944,11 +944,6 @@ EXTERN int stl_syntax INIT(= 0); EXTERN int no_hlsearch INIT(= FALSE); -#ifdef CURSOR_SHAPE -/* the table is in misc2.c, because of initializations */ -extern cursorentry_T shape_table[SHAPE_IDX_COUNT]; -#endif - /* * Printer stuff shared between hardcopy.c and machine-specific printing code. */ |