diff options
author | David Robillard <d@drobilla.net> | 2019-07-27 16:33:37 +0200 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2019-07-28 19:06:39 +0200 |
commit | a84fe498ef7e8786455cf480bb865e1708465207 (patch) | |
tree | 0639517962cf55f1001375afd2eb5fef8dd3e7d9 /pugl/cairo_gl.h | |
parent | e340a6025a130b6be189f8e4cfde6f934894940e (diff) | |
download | pugl-a84fe498ef7e8786455cf480bb865e1708465207.tar.gz pugl-a84fe498ef7e8786455cf480bb865e1708465207.tar.bz2 pugl-a84fe498ef7e8786455cf480bb865e1708465207.zip |
Cleanup: Remove redundant preprocessor checks
Diffstat (limited to 'pugl/cairo_gl.h')
-rw-r--r-- | pugl/cairo_gl.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/pugl/cairo_gl.h b/pugl/cairo_gl.h index 467a435..55e6150 100644 --- a/pugl/cairo_gl.h +++ b/pugl/cairo_gl.h @@ -14,8 +14,6 @@ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. */ -#if defined(PUGL_HAVE_GL) && defined(PUGL_HAVE_CAIRO) - #include "pugl/gl.h" #include <cairo.h> @@ -99,5 +97,3 @@ pugl_cairo_gl_draw(PuglCairoGL* ctx, int width, int height) glDisable(GL_TEXTURE_RECTANGLE_ARB); glPopMatrix(); } - -#endif |