Get rid of OPACITY_MODE. 87/58387/3
authorLukasz Stanislawski <l.stanislaws@samsung.com>
Fri, 29 Jan 2016 17:00:25 +0000 (18:00 +0100)
committerMichal Pawluk <m.pawluk@samsung.com>
Sun, 31 Jan 2016 16:55:52 +0000 (08:55 -0800)
In previous build configuration opacity mode was always set to TRUE.
In sdk OPACITY_MODE will be removed to simplify build configuration.

Change-Id: Ib19a91112b68885b68c098924c7ef33b7d0c24b5
Signed-off-by: Lukasz Stanislawski <l.stanislaws@samsung.com>
src/main.c

index 9f7ad66..c56bfe4 100644 (file)
@@ -249,7 +249,6 @@ static void _rotate_window(struct appdata *ad, int new_angle)
        }
 }
 
-#ifdef INDICATOR_SUPPORT_OPACITY_MODE
 static void _change_opacity(void *data, enum indicator_opacity_mode mode)
 {
        struct appdata *ad = NULL;
@@ -293,7 +292,6 @@ static void _indicator_quickpanel_changed(void *data, int is_open)
        if (val == VCONFKEY_IDLE_LOCK) return;
 }
 #endif
-#endif /* INDICATOR_SUPPORT_OPACITY_MODE */
 
 #if 0
 static Eina_Bool _indicator_client_message_cb(void *data, int type, void *event)