Update Config.hpp

This commit is contained in:
0TheSpy 2021-07-10 19:18:53 +03:00 committed by GitHub
parent 8f17bfeb0e
commit 7ab21325e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -152,9 +152,7 @@ public:
void OpenFolder() {
ShellExecute(NULL, NULL, "", NULL, NULL, SW_SHOWNORMAL);
}
void Refresh() {
configs.clear(); times.clear();
std::string search_path = "*.ss";
@ -184,8 +182,6 @@ public:
}
};
#endif