]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/urllib.qc
make urllib actually work
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / urllib.qc
index 7898e9206f102e1c8d421c7cd6800fe13a162b21..7a5f333478211354d14f7bef49bcccfb33ead585 100644 (file)
@@ -11,8 +11,6 @@
 .url_ready_func url_ready;
 .entity url_ready_pass;
 
-#define MIN_URL_ID 128
-#define NUM_URL_ID 64
 entity url_fromid[NUM_URL_ID];
 float autocvar__urllib_nextslot;