Fix build with ASan 94/127994/1
authorGonzha Dmitriy Evgenevich <d.gonzha@samsung.com>
Wed, 3 May 2017 16:29:22 +0000 (19:29 +0300)
committerGonzha Dmitriy Evgenevich <d.gonzha@samsung.com>
Wed, 3 May 2017 16:29:22 +0000 (19:29 +0300)
Unused global variables caused a conflict with ASan build.
Problem fixed by their remove

Change-Id: I2660582ec481379ce9d8d26ea15cfae0533604c8

inc/main.h

index 225a20a..e803419 100644 (file)
@@ -349,10 +349,4 @@ struct appdata {
        void (*update_display) (int);
 };
 
-int isSimShowing;      // For Simcard Icon
-int isRSSI1Showing;    // For RSSI1 Icon
-int isRSSI2Showing;    // For RSSI2 Icon
-int isSilentShowing;           // For Silent Icon
-int isWifiDirectShowing;       // For WiFi Direct Icon
-
 #endif                         /* __DEF_indicator_H__ */