[cairo-script] Remove outdated #error to allow compilation to succeed.

The interpreter doesn't depend on the script surface anymore.
This commit is contained in:
M Joonas Pihlaja 2008-11-13 18:01:47 +02:00
parent cdfffc7420
commit 3b11997a23

View file

@ -38,8 +38,6 @@
#include <cairo.h>
#if CAIRO_HAS_SCRIPT_SURFACE
CAIRO_BEGIN_DECLS
typedef struct _cairo_script_interpreter cairo_script_interpreter_t;
@ -97,8 +95,4 @@ cairo_script_interpreter_destroy (cairo_script_interpreter_t *ctx);
CAIRO_END_DECLS
#else /*CAIRO_HAS_SCRIPT_SURFACE*/
# error Cairo was not compiled with support for the CairoScript backend
#endif /*CAIRO_HAS_SCRIPT_SURFACE*/
#endif /*CAIRO_SCRIPT_INTERPRETER_H*/