Remove unused code
authorhyun lee <hyunn.lee@samsung.com>
Wed, 14 Jan 2015 08:10:10 +0000 (17:10 +0900)
committerhyun lee <hyunn.lee@samsung.com>
Wed, 14 Jan 2015 08:10:10 +0000 (17:10 +0900)
Change-Id: I3d8b2f7c509ffa01bb9eb8e7178a36b2920024dd
Signed-off-by: hyun lee <hyunn.lee@samsung.com>
CMakeLists.txt
packaging/notification.spec
src/notification_noti.c

index ab75fbc..b406607 100755 (executable)
@@ -56,7 +56,6 @@ pkg_check_modules(pkgs REQUIRED
        edbus
        elementary
        ecore
-       edje
        eina
 )
 
index dafd6b2..51666f5 100755 (executable)
@@ -21,11 +21,9 @@ BuildRequires: pkgconfig(capi-appfw-package-manager)
 BuildRequires: pkgconfig(edbus)
 BuildRequires: pkgconfig(elementary)
 BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(edje)
 BuildRequires: pkgconfig(eina)
 
 BuildRequires: cmake
-BuildRequires: edje-tools
 Requires(post): /sbin/ldconfig
 Requires(post): /usr/bin/sqlite3
 requires(postun): /sbin/ldconfig
index 877808d..8423ba5 100755 (executable)
@@ -26,7 +26,6 @@
 #include <vconf.h>
 #include <Ecore.h>
 #include <Elementary.h>
-#include <Edje.h>
 #include <Eina.h>
 
 #include <notification.h>
@@ -36,7 +35,6 @@
 #include <notification_private.h>
 
 #define NOTI_BURST_DELETE_UNIT 10
-static int toast_height;
 static Eina_List *toast_list;
 static Eina_List *toast_popup;