]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/items/all.qc
Remove a few server-side cvars from the client
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / items / all.qc
index 7a3e5004696ee1c655a8f5eca7e3cb5cb3506b54..7782cda0d6d1518c47de858484a6123974dcde45 100644 (file)
@@ -1,9 +1,5 @@
-#ifndef ITEMS_ALL_C
-#define ITEMS_ALL_C
 #include "all.qh"
 
-#include "item/_mod.inc"
-
 void Dump_Items()
 {
     FOREACH(Items, true, ITEM_HANDLE(Show, it));
@@ -18,5 +14,3 @@ string Item_Model(string item_mdl)
 #endif
     return output;
 }
-
-#endif