From: Maxim Mamontov <faust.madf@gmail.com>
Date: Sat, 9 Nov 2013 13:40:24 +0000 (+0200)
Subject: Removed some conflicting macros.
X-Git-Url: https://git.stg.codes/stg.git/commitdiff_plain/a6484b0a1241722225b43123dff0e4bf44f607e0?ds=sidebyside

Removed some conflicting macros.
---

diff --git a/include/stg/const.h b/include/stg/const.h
index e882200d..55f5b54b 100644
--- a/include/stg/const.h
+++ b/include/stg/const.h
@@ -80,8 +80,6 @@
 #define NO_TARIFF_NAME  "*_NO_TARIFF_*"
 #define NO_CORP_NAME    "*_NO_CORP_*"
 
-#define mega (1024 * 1024)
-
 #define MONITOR_TIME_DELAY_SEC  (60)
 
 #endif