mirror of https://github.com/axmolengine/axmol.git
remove wrong sub-title
This commit is contained in:
parent
ac9f86cf18
commit
6d31e4eb15
|
@ -263,11 +263,6 @@ std::string TestFilenameLookup::title() const
|
||||||
return "FileUtils: filename lookup";
|
return "FileUtils: filename lookup";
|
||||||
}
|
}
|
||||||
|
|
||||||
std::string TestFilenameLookup::subtitle() const
|
|
||||||
{
|
|
||||||
return "See the console";
|
|
||||||
}
|
|
||||||
|
|
||||||
//#pragma mark - TestIsFileExist
|
//#pragma mark - TestIsFileExist
|
||||||
|
|
||||||
void TestIsFileExist::onEnter()
|
void TestIsFileExist::onEnter()
|
||||||
|
|
|
@ -59,7 +59,6 @@ public:
|
||||||
virtual void onEnter() override;
|
virtual void onEnter() override;
|
||||||
virtual void onExit() override;
|
virtual void onExit() override;
|
||||||
virtual std::string title() const override;
|
virtual std::string title() const override;
|
||||||
virtual std::string subtitle() const override;
|
|
||||||
};
|
};
|
||||||
|
|
||||||
class TestIsFileExist : public FileUtilsDemo
|
class TestIsFileExist : public FileUtilsDemo
|
||||||
|
|
Loading…
Reference in New Issue