Revert "Issue #178 - workaround for compilation problems with ogre 1.8.0."

This reverts commit 37e272b3b5.

It shouldn't be commited and pushed to config branch.
This commit is contained in:
Lukasz Gromanowski 2012-01-26 00:14:03 +01:00
parent 1d96b99532
commit f4b6caac59
2 changed files with 4 additions and 10 deletions

View file

@ -221,12 +221,6 @@ class BSAArchive : public Archive
{
BSAFile arc;
FileInfoListPtr findFileInfo(const String&, bool, bool) const
{
static FileInfoListPtr filp(new FileInfoList());
return filp;
}
public:
BSAArchive(const String& name)
: Archive(name, "BSA")