From 426a489c6191f93c4fcc1da76da06d54ac624f33 Mon Sep 17 00:00:00 2001 From: Sung-jae Park Date: Tue, 17 Sep 2013 17:03:47 +0900 Subject: [PATCH] Remove unused variable definition Change-Id: I1a8474803d6eea571b6b76a55823632085a39b59 --- src/livebox.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/livebox.c b/src/livebox.c index 4908b4e..c1007cd 100644 --- 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); -- 2.7.4