summaryrefslogtreecommitdiff
path: root/vp8
diff options
context:
space:
mode:
authorJan Gerber <j@mailb.org>2014-04-03 17:49:05 -0700
committerYaowu Xu <yaowu@google.com>2014-04-04 08:47:52 -0700
commit9848d67bb319678ea0d6013bddfe28e03e0db5fa (patch)
treea580ecf8b9bab65f988c0a1d2ea90c5b56ca47ac /vp8
parentd9812431a485f79aeda78859a44c2863cd2f9feb (diff)
downloadlibvpx-9848d67bb319678ea0d6013bddfe28e03e0db5fa.tar
libvpx-9848d67bb319678ea0d6013bddfe28e03e0db5fa.tar.gz
libvpx-9848d67bb319678ea0d6013bddfe28e03e0db5fa.tar.bz2
libvpx-9848d67bb319678ea0d6013bddfe28e03e0db5fa.zip
Remove an unused typedef
Change-Id: Ie0eb9ac4529db00a322511e5241a59b501c289b7
Diffstat (limited to 'vp8')
-rw-r--r--vp8/common/loopfilter.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/vp8/common/loopfilter.c b/vp8/common/loopfilter.c
index 19857a7e9..7a07e76fc 100644
--- a/vp8/common/loopfilter.c
+++ b/vp8/common/loopfilter.c
@@ -15,7 +15,6 @@
#include "onyxc_int.h"
#include "vpx_mem/vpx_mem.h"
-typedef unsigned char uc;
static void lf_init_lut(loop_filter_info_n *lfi)
{