mirror of
https://gitlab.freedesktop.org/cairo/cairo.git
synced 2025-12-29 19:40:14 +01:00
[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:
parent
cdfffc7420
commit
3b11997a23
1 changed files with 0 additions and 6 deletions
|
|
@ -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*/
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue