From 9d39702824e8fae5127e09fb5a05b521b48cd028 Mon Sep 17 00:00:00 2001 From: Stijn Buys Date: Sun, 9 Nov 2008 11:43:28 +0000 Subject: docking menus --- src/core/parser.cc | 16 +--------------- 1 file changed, 1 insertion(+), 15 deletions(-) (limited to 'src/core/parser.cc') diff --git a/src/core/parser.cc b/src/core/parser.cc index 6af3903..1b35592 100644 --- a/src/core/parser.cc +++ b/src/core/parser.cc @@ -4,26 +4,12 @@ the terms of the GNU General Public License version 2 */ -#include "core/parser.h" #include "auxiliary/functions.h" +#include "core/parser.h" #include "sys/sys.h" namespace core { -bool Parser::read_entity_menu(core::Entity *entity, const std::string &menufilename) -{ - filesystem::IniFile inifile; - inifile.open(menufilename); - - if (!inifile.is_open()) { - return false; - } - - con_debug << " " << inifile.name() << std::endl; - - inifile.close(); - return true; -} bool Parser::got_entity_key(filesystem::IniFile &inifile, core::Entity *entity) { -- cgit v1.2.3