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

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);