Remove explicit ENABLE_EXPERIMENTAL_API switches

Those are already defined globally via the Makefile, and newer
compiler versions complain about redefining those symbols.
This commit is contained in:
Florian Müllner
2014-08-08 17:55:41 +02:00
parent 687e1ebf69
commit 0af4dc0b4c
2 changed files with 0 additions and 4 deletions

View File

@@ -21,8 +21,6 @@
#include "config.h"
#define COGL_ENABLE_EXPERIMENTAL_API /* for cogl_framebuffer_allocate */
#include "st-texture-cache.h"
#include "st-private.h"
#include <gtk/gtk.h>