]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/client/main.qh
Remove unnecessary client global shortmapname
[xonotic/xonotic-data.pk3dir.git] / qcsrc / client / main.qh
index bc16e202ecdf1da2d60e712ea8afd9ff9eae02b0..1f1c29002dfcc3df1b4224c8566e350a007a8c60 100644 (file)
@@ -177,9 +177,6 @@ float spectatee_status_changed_time;
 
 #define player_currententnum (spectatee_status > 0 ? spectatee_status : player_localnum + 1)
 
-// short mapname
-string shortmapname;
-
 // database for misc stuff
 int tempdb;
 int ClientProgsDB;