Remove unused vp8_get4x4sse_cs_mmx declaration
authorJohn Koleszar <jkoleszar@google.com>
Fri, 11 Mar 2011 18:01:02 +0000 (13:01 -0500)
committerJohn Koleszar <jkoleszar@google.com>
Mon, 21 Mar 2011 11:53:53 +0000 (07:53 -0400)
commit2cbd9620880a4335aef7e4b6befe1d334893930f
tree6f69ee3081a47aedd6e142697ccbbdd43a91d4e0
parent769c74c0acdaae76e90a8179f527383dd4c9f3e5
Remove unused vp8_get4x4sse_cs_mmx declaration

This declaration did not match the prototype_sad() prototype, but was
unused in this translation unit, so it is removed instead. Fixes
issue 290.

Change-Id: I168854f88a85f73ca9aaf61d1e5dc0f43fc3fdb3
vp8/encoder/x86/variance_mmx.c