From 975b20a517e3702905b460bb3aaa4924cd6cfb22 Mon Sep 17 00:00:00 2001 From: Paul Beckingham Date: Fri, 31 Oct 2014 20:08:50 -0400 Subject: [PATCH] CLI - Modifier entities are now available early, so use them to identify attmods. --- src/CLI.cpp | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/CLI.cpp b/src/CLI.cpp index 6c3d99d87..6d1409fbb 100644 --- a/src/CLI.cpp +++ b/src/CLI.cpp @@ -1996,12 +1996,8 @@ bool CLI::isAttribute (const std::string& raw) const if (mod[0] == '~') mod = mod.substr (1); -/* - TODO Entities are not loaded yet. Hmm. - if (! canonicalize (mod, "modifier", mod)) return false; -*/ } /*