diff options
Diffstat (limited to 'frontend/util.cpp')
-rw-r--r-- | frontend/util.cpp | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/frontend/util.cpp b/frontend/util.cpp deleted file mode 100644 index afff38f..0000000 --- a/frontend/util.cpp +++ /dev/null @@ -1,7 +0,0 @@ -#include "util.h" -#include "strings.h" - -bool by_name_case_insensitive::operator () (Object * object) { - return str_lower(object->get_name().c_str()) == str_lower(this->target_name); -} - |