Removed unused variables (thanks Joseph!)

This commit is contained in:
Sam Lantinga 2013-10-06 13:50:36 -07:00
parent 8f46bcfd6d
commit 11c45c4ede
1 changed files with 0 additions and 2 deletions

View File

@ -334,7 +334,6 @@ BlitRGBtoRGBPixelAlphaMMX(SDL_BlitInfo * info)
Uint32 *dstp = (Uint32 *) info->dst; Uint32 *dstp = (Uint32 *) info->dst;
int dstskip = info->dst_skip >> 2; int dstskip = info->dst_skip >> 2;
SDL_PixelFormat *sf = info->src_fmt; SDL_PixelFormat *sf = info->src_fmt;
Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
Uint32 amask = sf->Amask; Uint32 amask = sf->Amask;
Uint32 ashift = sf->Ashift; Uint32 ashift = sf->Ashift;
Uint64 multmask, multmask2; Uint64 multmask, multmask2;
@ -522,7 +521,6 @@ BlitRGBtoRGBPixelAlphaMMX3DNOW(SDL_BlitInfo * info)
Uint32 *dstp = (Uint32 *) info->dst; Uint32 *dstp = (Uint32 *) info->dst;
int dstskip = info->dst_skip >> 2; int dstskip = info->dst_skip >> 2;
SDL_PixelFormat *sf = info->src_fmt; SDL_PixelFormat *sf = info->src_fmt;
Uint32 chanmask = sf->Rmask | sf->Gmask | sf->Bmask;
Uint32 amask = sf->Amask; Uint32 amask = sf->Amask;
Uint32 ashift = sf->Ashift; Uint32 ashift = sf->Ashift;
Uint64 multmask, multmask2; Uint64 multmask, multmask2;