Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'src/core/parser.h')
-rw-r--r--src/core/parser.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/core/parser.h b/src/core/parser.h
index fec27c4..78a1087 100644
--- a/src/core/parser.h
+++ b/src/core/parser.h
@@ -18,9 +18,6 @@ class Parser {
public:
/// read default entity keys from an ini file
static bool got_entity_key(filesystem::IniFile &inifile, core::Entity *entity);
-
- /// read entity menus
- static bool read_entity_menu(core::Entity *entity, const std::string &menufilename);
};
}