Remove the outdated comment

This commit is contained in:
Nemoumbra
2026-05-14 01:59:25 +03:00
parent db0c3cefcd
commit aa9ddd5519
-1
View File
@@ -5,6 +5,5 @@
// Generic function to get last error message.
// Call directly after the command or use the error num.
// This function might change the error code.
// Defined in Misc.cpp.
std::string GetLastErrorMsg();
std::string GetStringErrorMsg(int errCode);