diff options
author | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-04 08:07:32 -0700 |
---|---|---|
committer | Jeremy Huddleston <jeremyhu@freedesktop.org> | 2008-09-12 15:22:11 -0700 |
commit | c661c6ae7a9cd981f914484aa4c3007922280def (patch) | |
tree | 44ceac5649aab7c4b70d5a88e3c037aeb3c74afc /miext | |
parent | 54162aca404a7de2e560cc2aea01445e14742efe (diff) |
XQuartz: Remove decls of crashtracer strings that we don't use anymore in here
(cherry picked from commit 4a653c6bfd270f2960a8c7e726e7628cfc3c9051)
Diffstat (limited to 'miext')
-rw-r--r-- | miext/rootless/rootlessWindow.c | 7 |
1 files changed, 0 insertions, 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 <string.h> -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; |