XQuartz: Remove decls of crashtracer strings that we don't use anymore in here

(cherry picked from commit 4a653c6bfd)
This commit is contained in:
Jeremy Huddleston 2008-09-04 08:07:32 -07:00
parent 54162aca40
commit c661c6ae7a
1 changed files with 0 additions and 7 deletions

View File

@ -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;