projects
/
platform
/
upstream
/
elementary.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f2aae0
)
test_popup.c: Removed unused array.
author
Daniel Juyung Seo
<seojuyung2@gmail.com>
Tue, 5 Nov 2013 00:29:44 +0000
(09:29 +0900)
committer
Daniel Juyung Seo
<seojuyung2@gmail.com>
Tue, 5 Nov 2013 05:18:53 +0000
(14:18 +0900)
src/bin/test_popup.c
patch
|
blob
|
history
diff --git
a/src/bin/test_popup.c
b/src/bin/test_popup.c
index
74a439a
..
40a0267
100644
(file)
--- a/
src/bin/test_popup.c
+++ b/
src/bin/test_popup.c
@@
-21,20
+21,6
@@
_popup_close_cb(void *data, Evas_Object *obj EINA_UNUSED,
evas_object_del(data);
}
-#define POPUP_POINT_MAX 9
-static Evas_Coord_Point _popup_point[POPUP_POINT_MAX] =
-{
- { 40, 50 },
- { 80, 100 },
- { 120, 150 },
- { 160, 200 },
- { 500, 9999 }, // excess y
- { 9999, 500 }, // excess x
- { -10, 50 }, // negative x
- { 40, -100 }, // negative y
- { 0, 0 } // zero
-};
-
static void
_g_popup_response_cb(void *data, Evas_Object *obj EINA_UNUSED,
void *event_info EINA_UNUSED)