remove wrong sub-title

This commit is contained in:
minggo 2014-03-05 19:58:33 +08:00
parent ac9f86cf18
commit 6d31e4eb15
2 changed files with 0 additions and 6 deletions

View File

@ -263,11 +263,6 @@ std::string TestFilenameLookup::title() const
return "FileUtils: filename lookup";
}
std::string TestFilenameLookup::subtitle() const
{
return "See the console";
}
//#pragma mark - TestIsFileExist
void TestIsFileExist::onEnter()

View File

@ -59,7 +59,6 @@ public:
virtual void onEnter() override;
virtual void onExit() override;
virtual std::string title() const override;
virtual std::string subtitle() const override;
};
class TestIsFileExist : public FileUtilsDemo