]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/command/markup.qc
Delete unused_float
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / command / markup.qc
index 9f0883bd61ba0ea6696dc9a9e443f1f1e733addb..583c61e5517d89d046869c1d3ca3050714beeff0 100644 (file)
@@ -53,7 +53,6 @@ void GenericCommand_markup_init()
        markup_from[i] = "&.."; markup_to[i] = "\x9e"; ++i;
        markup_from[i] = "&.)"; markup_to[i] = "\x9f"; ++i;
        markup_from[i] = "&<|"; markup_to[i] = "\xff"; ++i;
-       unused_float = i;
 }
 
 string GenericCommand_markup(string s2)