X-Git-Url: https://git.sesse.net/?p=movit;a=blobdiff_plain;f=dither_effect.h;h=a6c3c9cc856e895b8b662f753d1dba37e2697637;hp=f9f371c0c5f5f2025761164bc386ec42665e7fdf;hb=7f92cccbf86c655ab94bb4a33e80e6f4f7c415d7;hpb=9cf78e3b5a801b7841133011f74fc7962861705d diff --git a/dither_effect.h b/dither_effect.h index f9f371c..a6c3c9c 100644 --- a/dither_effect.h +++ b/dither_effect.h @@ -75,7 +75,6 @@ private: int texture_width, texture_height; GLuint texnum; - bool need_texture_update; }; #endif // !defined(_MOVIT_DITHER_EFFECT_H)