Axe mouse cursor config option

The config option has been removed. I'm going to implement something
that automatically shows and hides the mouse cursor whenever
appropriate, which is better than a config option.
This commit is contained in:
Misa
2021-04-16 22:00:33 -07:00
parent 390720dacc
commit c76c67b125
5 changed files with 2 additions and 46 deletions

View File

@@ -323,8 +323,6 @@ public:
bool translucentroomname;
bool showmousecursor;
std::map<int, int> font_positions;
SDL_Surface* ghostbuffer;