From 4713562eda23c299b6065bd2cca9cb29d08e0763 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Fri, 25 Nov 2011 10:50:21 +0000 Subject: [PATCH] trace: Remove the warning about the unstable format We're stuck with the PostScript style for this generation now. Signed-off-by: Chris Wilson --- util/cairo-trace/trace.c | 1 - 1 file changed, 1 deletion(-) diff --git a/util/cairo-trace/trace.c b/util/cairo-trace/trace.c index 3c698a6c0..ebcb29322 100644 --- a/util/cairo-trace/trace.c +++ b/util/cairo-trace/trace.c @@ -770,7 +770,6 @@ _emit_header (void) get_prog_name (name, sizeof (name)); _trace_printf ("%%!CairoScript - %s\n", name); - _trace_printf ("%%*** Warning CairoScript is still a new tracing format, and is subject to change.\n"); } static cairo_bool_t