projects
/
platform
/
upstream
/
efl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
de56736
)
Edje edit: Fix clang warning
author
Jean-Philippe Andre
<jp.andre@samsung.com>
Tue, 21 Apr 2015 11:28:44 +0000
(20:28 +0900)
committer
Jean-Philippe Andre
<jp.andre@samsung.com>
Tue, 21 Apr 2015 11:28:44 +0000
(20:28 +0900)
Remove useless variable
src/lib/edje/edje_edit.c
patch
|
blob
|
history
diff --git
a/src/lib/edje/edje_edit.c
b/src/lib/edje/edje_edit.c
index b751223f00cc4ce4ce8c416ad99b844d835a478e..e129ef95d0f6c70bd47b37553015f83c12ee1bd8 100644
(file)
--- a/
src/lib/edje/edje_edit.c
+++ b/
src/lib/edje/edje_edit.c
@@
-88,7
+88,6
@@
_alloc(size_t size)
/*************/
/* Edje_Edit smart! Overloads the edje one adding some more control stuff */
-static const char _edje_edit_type[] = "edje_edit";
typedef struct _Edje_Edit Edje_Edit;
struct _Edje_Edit