aboutsummaryrefslogtreecommitdiff
path: root/src/globals.h
diff options
context:
space:
mode:
authorFelipe Oliveira Carvalho <felipekde@gmail.com>2014-03-10 01:38:21 -0300
committerThiago de Arruda <tpadilha84@gmail.com>2014-03-10 05:55:59 -0300
commit1684bec63571583f14065cfb614153df125b97e8 (patch)
tree7ff3a8f029619516115a5f76f63d580a172461de /src/globals.h
parent6089b2601678977122c0139bba77913e55cfb56e (diff)
downloadrneovim-1684bec63571583f14065cfb614153df125b97e8.tar.gz
rneovim-1684bec63571583f14065cfb614153df125b97e8.tar.bz2
rneovim-1684bec63571583f14065cfb614153df125b97e8.zip
Extract cursor_shape.c from misc2.c and types/consts from structs.h
Diffstat (limited to 'src/globals.h')
-rw-r--r--src/globals.h5
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.
*/