From 9848d67bb319678ea0d6013bddfe28e03e0db5fa Mon Sep 17 00:00:00 2001 From: Jan Gerber Date: Thu, 3 Apr 2014 17:49:05 -0700 Subject: [PATCH] Remove an unused typedef Change-Id: Ie0eb9ac4529db00a322511e5241a59b501c289b7 --- vp8/common/loopfilter.c | 1 - 1 file changed, 1 deletion(-) 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) { -- 2.50.1