summaryrefslogtreecommitdiffstats
path: root/common/pixman_utils.c
diff options
context:
space:
mode:
authorChristophe Fergeau <cfergeau@redhat.com>2011-04-22 16:23:38 +0200
committerChristophe Fergeau <cfergeau@redhat.com>2011-05-03 14:44:11 +0200
commitedfe2683583d7a849661cc08dc1964a5c925dff2 (patch)
treed39eb4af0fba0299b130dbb7b5d8ebe82f53e640 /common/pixman_utils.c
parent48db4c2181d4918b0e2727d0bbe864b9e8019d85 (diff)
downloadspice-edfe2683583d7a849661cc08dc1964a5c925dff2.tar.gz
spice-edfe2683583d7a849661cc08dc1964a5c925dff2.tar.xz
spice-edfe2683583d7a849661cc08dc1964a5c925dff2.zip
common: use PANIC from spice_common.h
Diffstat (limited to 'common/pixman_utils.c')
-rw-r--r--common/pixman_utils.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/common/pixman_utils.c b/common/pixman_utils.c
index 99a30050..9f3f1dee 100644
--- a/common/pixman_utils.c
+++ b/common/pixman_utils.c
@@ -28,13 +28,6 @@
#include <stdio.h>
#include "mem.h"
-#ifndef PANIC
-#define PANIC(str) { \
- printf("%s: panic: %s", __FUNCTION__, str); \
- abort(); \
-}
-#endif
-
#define SOLID_RASTER_OP(_name, _size, _type, _equation) \
static void \
solid_rop_ ## _name ## _ ## _size (_type *ptr, int len, _type src) \