1
0
mirror of https://github.com/vcmi/vcmi.git synced 2025-11-23 22:37:55 +02:00

Code style: remove senseless comments

This commit is contained in:
Arseniy Shestakov
2017-07-18 00:04:00 +03:00
parent b2f74a93cf
commit 2da3d8a563
29 changed files with 100 additions and 99 deletions

View File

@@ -169,8 +169,8 @@ namespace config
typedef std::map<std::pair<int,int>, GUIOptions > GuiOptionsMap;
GuiOptionsMap guiOptions;
void init();
CConfigHandler(void); //c-tor
~CConfigHandler(void); //d-tor
CConfigHandler(void);
~CConfigHandler(void);
GUIOptions *go() { return current; };
void SetResolution(int x, int y)