edje_edit: Fix clang warning of unused variables
authorChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 13:43:12 +0000 (09:43 -0400)
committerChris Michael <cp.michael@samsung.com>
Wed, 14 Oct 2015 13:43:12 +0000 (09:43 -0400)
commit897132245f4c4d7663575618237c5fe927d1309d
treef960dee32c3543b112e8cb1ffeb83318595db4c1
parentfebae611a7a0952b06bdf07f92f40b533f20b992
edje_edit: Fix clang warning of unused variables

Summary: clang reports that these static variables are not being used
anywhere (and grep confirms this), so remove them.

@fix

Signed-off-by: Chris Michael <cp.michael@samsung.com>
src/lib/edje/edje_edit.c