From 83853ccd413c06a4a37a3c91f8c2cb270e42109c Mon Sep 17 00:00:00 2001 From: ShadowNinja Date: Fri, 13 Dec 2013 12:58:32 -0500 Subject: Remove support for optdepends.txt --- src/mods.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'src') diff --git a/src/mods.cpp b/src/mods.cpp index bcdda01ef..90feee307 100644 --- a/src/mods.cpp +++ b/src/mods.cpp @@ -77,16 +77,6 @@ void parseModContents(ModSpec &spec) } } } - - // FIXME: optdepends.txt is deprecated - // remove this code at some point in the future - std::ifstream is2((spec.path+DIR_DELIM+"optdepends.txt").c_str()); - while(is2.good()){ - std::string dep; - std::set symbols; - if(parseDependsLine(is2, dep, symbols)) - spec.optdepends.insert(dep); - } } } -- cgit v1.2.3