shithub: libvpx

Download patch

ref: 9848d67bb319678ea0d6013bddfe28e03e0db5fa
parent: d9812431a485f79aeda78859a44c2863cd2f9feb
author: Jan Gerber <j@mailb.org>
date: Thu Apr 3 13:49:05 EDT 2014

Remove an unused typedef

Change-Id: Ie0eb9ac4529db00a322511e5241a59b501c289b7

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