From c661c6ae7a9cd981f914484aa4c3007922280def Mon Sep 17 00:00:00 2001 From: Jeremy Huddleston Date: Thu, 4 Sep 2008 08:07:32 -0700 Subject: [PATCH] XQuartz: Remove decls of crashtracer strings that we don't use anymore in here (cherry picked from commit 4a653c6bfd270f2960a8c7e726e7628cfc3c9051) --- miext/rootless/rootlessWindow.c | 7 ------- 1 file changed, 7 deletions(-) diff --git a/miext/rootless/rootlessWindow.c b/miext/rootless/rootlessWindow.c index 35bcba031..ff773ef2d 100644 --- a/miext/rootless/rootlessWindow.c +++ b/miext/rootless/rootlessWindow.c @@ -131,13 +131,6 @@ RootlessNativeWindowStateChanged (WindowPtr pWin, unsigned int state) pWin->rootlessUnhittable = winRec->is_offscreen; } -#ifdef XQUARTZ -#include -extern char *__crashreporter_info__; -extern const char *__crashreporter_info__base; -extern int __crashreporter_info__len; -#endif - void RootlessNativeWindowMoved (WindowPtr pWin) { xp_box bounds; int sx, sy, err;