From 6d31e4eb15796f67a2eaa346dfc73a34576bf235 Mon Sep 17 00:00:00 2001 From: minggo Date: Wed, 5 Mar 2014 19:58:33 +0800 Subject: [PATCH] remove wrong sub-title --- tests/Classes/FileUtilsTest/FileUtilsTest.cpp | 5 ----- tests/Classes/FileUtilsTest/FileUtilsTest.h | 1 - 2 files changed, 6 deletions(-) diff --git a/tests/Classes/FileUtilsTest/FileUtilsTest.cpp b/tests/Classes/FileUtilsTest/FileUtilsTest.cpp index c947f25983..c1ad0d52f9 100644 --- a/tests/Classes/FileUtilsTest/FileUtilsTest.cpp +++ b/tests/Classes/FileUtilsTest/FileUtilsTest.cpp @@ -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() diff --git a/tests/Classes/FileUtilsTest/FileUtilsTest.h b/tests/Classes/FileUtilsTest/FileUtilsTest.h index f8b276ea65..6661276449 100644 --- a/tests/Classes/FileUtilsTest/FileUtilsTest.h +++ b/tests/Classes/FileUtilsTest/FileUtilsTest.h @@ -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