From b0d34801dbf110f2c190f400e925db2494077255 Mon Sep 17 00:00:00 2001 From: bofdahof <172177156+bofdahof@users.noreply.github.com> Date: Sat, 8 Mar 2025 13:23:28 +1000 Subject: [PATCH] cleanup commented lines --- src/App/Application.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/App/Application.cpp b/src/App/Application.cpp index 8a690b5d87..4904750e9c 100644 --- a/src/App/Application.cpp +++ b/src/App/Application.cpp @@ -171,11 +171,6 @@ FC_LOG_LEVEL_INIT("App", true, true) using namespace App; -//using namespace Base; -//using namespace std; -//using namespace boost; -//using namespace boost::program_options; -//using Base::FileInfo; namespace sp = std::placeholders; //==========================================================================