aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2019-07-27 16:33:37 +0200
committerDavid Robillard <d@drobilla.net>2019-07-28 19:06:39 +0200
commita84fe498ef7e8786455cf480bb865e1708465207 (patch)
tree0639517962cf55f1001375afd2eb5fef8dd3e7d9
parente340a6025a130b6be189f8e4cfde6f934894940e (diff)
downloadpugl-a84fe498ef7e8786455cf480bb865e1708465207.tar.gz
pugl-a84fe498ef7e8786455cf480bb865e1708465207.tar.bz2
pugl-a84fe498ef7e8786455cf480bb865e1708465207.zip
Cleanup: Remove redundant preprocessor checks
-rw-r--r--pugl/cairo_gl.h4
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