From: hyun lee Date: Wed, 14 Jan 2015 08:10:10 +0000 (+0900) Subject: Remove unused code X-Git-Tag: submit/tizen_mobile/20150515.081608~1^2~10 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=1589d271e23d2edd021c98d4e4fca2592c097da9;p=platform%2Fcore%2Fapi%2Fnotification.git Remove unused code Change-Id: I3d8b2f7c509ffa01bb9eb8e7178a36b2920024dd Signed-off-by: hyun lee --- diff --git a/CMakeLists.txt b/CMakeLists.txt index ab75fbc..b406607 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -56,7 +56,6 @@ pkg_check_modules(pkgs REQUIRED edbus elementary ecore - edje eina ) diff --git a/packaging/notification.spec b/packaging/notification.spec index dafd6b2..51666f5 100755 --- a/packaging/notification.spec +++ b/packaging/notification.spec @@ -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 diff --git a/src/notification_noti.c b/src/notification_noti.c index 877808d..8423ba5 100755 --- a/src/notification_noti.c +++ b/src/notification_noti.c @@ -26,7 +26,6 @@ #include #include #include -#include #include #include @@ -36,7 +35,6 @@ #include #define NOTI_BURST_DELETE_UNIT 10 -static int toast_height; static Eina_List *toast_list; static Eina_List *toast_popup;