diff --git a/Src/main.cpp b/Src/main.cpp index 0a9121c..b35da5b 100644 --- a/Src/main.cpp +++ b/Src/main.cpp @@ -207,11 +207,6 @@ void Frodo::LoadFrodorc() const char *name = "frodorc"; p = try_path(paths[i], name); - if (!p) - { - name = "frodorc.default"; - p = try_path(paths[i], "frodorc.default"); - } if (p) {