summaryrefslogtreecommitdiffstats
path: root/common/ogl_ctx.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/ogl_ctx.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/ogl_ctx.c')
-rw-r--r--common/ogl_ctx.c6
1 files changed, 0 insertions, 6 deletions
diff --git a/common/ogl_ctx.c b/common/ogl_ctx.c
index 072a0c0e..76a35514 100644
--- a/common/ogl_ctx.c
+++ b/common/ogl_ctx.c
@@ -26,12 +26,6 @@
#include "ogl_ctx.h"
-
-#define PANIC(str) { \
- printf("%s: panic: %s", __FUNCTION__, str); \
- abort(); \
-}
-
enum {
OGLCTX_TYPE_PBUF,
OGLCTX_TYPE_PIXMAP,