Remove unused variable definition
authorSung-jae Park <nicesj.park@samsung.com>
Tue, 17 Sep 2013 08:03:47 +0000 (17:03 +0900)
committerSung-jae Park <nicesj.park@samsung.com>
Tue, 17 Sep 2013 08:03:47 +0000 (17:03 +0900)
Change-Id: I1a8474803d6eea571b6b76a55823632085a39b59

src/livebox.c

index 4908b4e..c1007cd 100644 (file)
@@ -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);