Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed unused variables
Browse files Browse the repository at this point in the history
  • Loading branch information
slouken committed May 9, 2010
1 parent 9b31a5d commit b26dcc3
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/video/SDL_renderer_gl.c
Expand Up @@ -752,7 +752,6 @@ static int
GL_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture)
{
GL_RenderData *renderdata = (GL_RenderData *) renderer->driverdata;
SDL_Window *window = renderer->window;
GL_TextureData *data;
GLint internalFormat;
GLenum format, type;
Expand Down Expand Up @@ -938,7 +937,6 @@ static int
GL_GetTexturePalette(SDL_Renderer * renderer, SDL_Texture * texture,
SDL_Color * colors, int firstcolor, int ncolors)
{
GL_RenderData *renderdata = (GL_RenderData *) renderer->driverdata;
GL_TextureData *data = (GL_TextureData *) texture->driverdata;
Uint8 *palette;

Expand Down

0 comments on commit b26dcc3

Please sign in to comment.