Remove old radare2 configuration variable (#1665)

This commit is contained in:
xarkes 2019-07-16 20:34:10 +02:00 committed by Florian Märkl
parent d78e43a403
commit fc9bbe1432

View File

@ -124,7 +124,6 @@ static const QHash<QString, QVariant> asmOptions = {
{ "asm.tabs.off", 5 }, { "asm.tabs.off", 5 },
{ "asm.marks", false }, { "asm.marks", false },
{ "asm.refptr", false }, { "asm.refptr", false },
{ "asm.movlea", false },
{ "esil.breakoninvalid",true }, { "esil.breakoninvalid",true },
{ "graph.offset", false} { "graph.offset", false}
}; };