Navigation Menu

Skip to content

Commit

Permalink
Removed unused variable.
Browse files Browse the repository at this point in the history
--HG--
branch : trunk
  • Loading branch information
icculus committed Jun 25, 2008
1 parent bd93a65 commit baddd71
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mojoshader_opengl.c
Expand Up @@ -104,7 +104,6 @@ struct MOJOSHADER_glProgram
MOJOSHADER_glShader *vertex;
MOJOSHADER_glShader *fragment;
GLuint handle;
uint32 constant_count; // !!! FIXME: misnamed.
uint32 uniform_count;
UniformMap *uniforms;
uint32 sampler_count;
Expand Down

0 comments on commit baddd71

Please sign in to comment.