summaryrefslogtreecommitdiffstats
path: root/CRT.c
diff options
context:
space:
mode:
authorHisham Muhammad <hisham@gobolinux.org>2018-01-27 23:28:37 -0200
committerHisham Muhammad <hisham@gobolinux.org>2018-02-26 20:13:09 -0300
commit1edcfad874e7ed093bd8489a42f7a6f86c19e5c5 (patch)
tree979449ec7745af2b37dce3b873434ccd8e9c2273 /CRT.c
parentd4ea7cd65ccf8551cabb0706167b2c15aad7866d (diff)
Move responsibility for cursor placement to Panels
Diffstat (limited to 'CRT.c')
-rw-r--r--CRT.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/CRT.c b/CRT.c
index ca9a10dd..676c5509 100644
--- a/CRT.c
+++ b/CRT.c
@@ -531,8 +531,6 @@ int CRT_colorSchemes[LAST_COLORSCHEME][LAST_COLORELEMENT] = {
[COLORSCHEME_BROKENGRAY] = { 0 } // dynamically generated.
};
-int CRT_cursorX = 0;
-
int CRT_scrollHAmount = 5;
int CRT_scrollWheelVAmount = 10;

© 2014-2024 Faster IT GmbH | imprint | privacy policy