projects
/
platform
/
framework
/
web
/
livebox.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
641a9a5
)
Remove unused variable definition
author
Sung-jae Park
<nicesj.park@samsung.com>
Tue, 17 Sep 2013 08:03:47 +0000
(17:03 +0900)
committer
Sung-jae Park
<nicesj.park@samsung.com>
Tue, 17 Sep 2013 08:03:47 +0000
(17:03 +0900)
Change-Id: I1a8474803d6eea571b6b76a55823632085a39b59
src/livebox.c
patch
|
blob
|
history
diff --git
a/src/livebox.c
b/src/livebox.c
index
4908b4e
..
c1007cd
100644
(file)
--- a/
src/livebox.c
+++ b/
src/livebox.c
@@
-544,7
+544,6
@@
PUBLIC struct livebox_buffer *livebox_acquire_buffer(const char *filename, int i
struct livebox_buffer *handle;
char *uri;
int uri_len;
- struct event_cbdata *cbdata;
if (!filename || !width || !height) {
ErrPrint("Invalid argument: %p(%dx%d)\n", filename, width, height);