]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
IL_DELETE: remove unused parameter
authorTimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 09:15:35 +0000 (19:15 +1000)
committerTimePath <andrew.hardaker1995@gmail.com>
Sun, 21 Aug 2016 09:15:35 +0000 (19:15 +1000)
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); \