]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/lib/intrusivelist.qh
Make it compile without XONOTIC defined
[xonotic/xonotic-data.pk3dir.git] / qcsrc / lib / intrusivelist.qh
index 2927a62fe667f9f65484186e7ac9b47c5163f62a..9d3ec54c8e76c1f395ccd83b4ea2cfb585e5d7a7 100644 (file)
@@ -147,7 +147,7 @@ void IL_REMOVE(IntrusiveList this, entity it)
 /**
  * Delete the list
  */
-#define IL_DELETE(this, dtor) \
+#define IL_DELETE(this) \
        MACRO_BEGIN \
        { \
                delete(this); \