summaryrefslogtreecommitdiff
path: root/src/twm.h
diff options
context:
space:
mode:
authorKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
committerKaleb Keithley <kaleb@freedesktop.org>2003-11-30 16:47:13 +0000
commit9071e4e92738e8eb23df35a2e58bce30ab59b4c9 (patch)
treef99bc828d623da962d7857db2c5edbce6ced3de8 /src/twm.h
parent743f4680b547e4d9f4addb9b6525bc9a7fb33a0c (diff)
Diffstat (limited to 'src/twm.h')
-rw-r--r--src/twm.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/twm.h b/src/twm.h
index 56c7258..47364e8 100644
--- a/src/twm.h
+++ b/src/twm.h
@@ -399,7 +399,6 @@ extern void NewBitmapCursor ( Cursor *cp, char *source, char *mask );
extern Pixmap CreateMenuIcon ( int height, unsigned int *widthp, unsigned int *heightp );
extern Bool ErrorOccurred;
-extern volatile Bool TimeToYield;
extern XErrorEvent LastErrorEvent;
#define ResetError() (ErrorOccurred = False)