Skip to content

Commit

Permalink
delete one line of code which cause x3core module raise some compile …
Browse files Browse the repository at this point in the history
…errors.
  • Loading branch information
shihang211 committed Nov 10, 2011
1 parent c9484a9 commit f278e13
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions code/pkg_Platform/Modules/x3core/x3core.i
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ std::vector<std::string> GetPluginFiles();
%include std_vector.i
%include std_string.i

%template(StrVector) std::vector<std::string>;

bool LoadCorePlugins();
bool LoadAllPlugins();
bool LoadPluginFiles(const char* files);
Expand Down

0 comments on commit f278e13

Please sign in to comment.