git repos / blockattack-game

commit d7d1cf43

sago007 · 2018-04-02 15:14
d7d1cf43756834a9d14790a8d0ef8454133a79f3 patch · browse files
parent ac42488038aaad09b6de22201b6b64179667dd3d

Removed some outcommented code

Changed files

M source/code/common.h before
diff --git a/source/code/common.h b/source/code/common.h index 9ef705d..9a0d805 100644 --- a/source/code/common.h +++ b/source/code/common.h
@@ -48,8 +48,6 @@ struct commonTime
unsigned int seconds = 0;
};
-//std::string itoa(int num) __attribute__((const));
-
bool strequals(const char* a, const char* b);
/**