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:
6217239
)
elm_win: fix build error
47/71747/1
author
Hosang Kim
<hosang12.kim@samsung.com>
Fri, 27 May 2016 03:49:47 +0000
(12:49 +0900)
committer
Hosang Kim
<hosang12.kim@samsung.com>
Fri, 27 May 2016 03:50:13 +0000
(12:50 +0900)
Signed-off-by: Hosang Kim <hosang12.kim@samsung.com>
Change-Id: I48a00234ffeecffdd04bb75cbd654b86805d7018
src/lib/elm_win.c
patch
|
blob
|
history
diff --git
a/src/lib/elm_win.c
b/src/lib/elm_win.c
index
1f9e7ba
..
dce350d
100644
(file)
--- a/
src/lib/elm_win.c
+++ b/
src/lib/elm_win.c
@@
-3592,7
+3592,6
@@
elm_win_add(Evas_Object *parent,
Evas_Object *obj = eo_add(MY_CLASS, parent,
elm_obj_win_name_set(name),
elm_obj_win_type_set(type));
-1
// TIZEN_ONLY(20160520): Add Performance Clock log level
eina_evlog("- elm_win_add", NULL, 0.0, NULL);