mupen64plus / mupen64plus-video-rice

Video plugin for the Mupen64Plus v2.0 project, using OpenGL. This plugin is based on the RiceVideoLinux plugin from earlier versions of Mupen64Plus.
31 stars 40 forks source link

Code cleanup. #10

Closed Narann closed 10 years ago

Narann commented 10 years ago

Two small code cleanup.

The first one remove COGLFragmentShaderCombiner class (inherited from COGLColorCombiner) from both OGLES2FragmentShaders and OGLFragmentShaders because it is not used at all in favor of COGL_FragmentProgramCombiner.

The second code cleanup is just a weird code that create a variable that is not used at all actually.

EDIT: I should have write all of this in the commit message instead of a small "remove unused code", sorry for that.

Narann commented 10 years ago

Thanks!