commit 8583e8bc02ff7d10e5f977604e07ae7ee002faf0
parent 6b0cbb964cb12144d40c20f51c5fcef0475aec99
Author: Christos Margiolis <christos@margiolis.net>
Date: Mon, 1 Jun 2020 14:31:44 +0300
removed empty declarations
Diffstat:
1 file changed, 0 insertions(+), 3 deletions(-)
diff --git a/assignment-2.4-inheritance/src/appsystem.h b/assignment-2.4-inheritance/src/appsystem.h
@@ -32,9 +32,6 @@ class AppSystem
const std::string& appname,
T element,
void(U::*func)(T));
- void chgenre (const std::string& appname, const std::string& genre);
- void chonline (const std::string& appname, bool online);
- void chexts (const std::string& appname, const std::vector<std::string> exts);
void removebad (Manufacturer *man);
void removebad (const char *manfname);