diff options
Diffstat (limited to 'xts5/Xlib6/XCreateGlyphCursor.m')
-rw-r--r-- | xts5/Xlib6/XCreateGlyphCursor.m | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/xts5/Xlib6/XCreateGlyphCursor.m b/xts5/Xlib6/XCreateGlyphCursor.m index 29350924..200acac0 100644 --- a/xts5/Xlib6/XCreateGlyphCursor.m +++ b/xts5/Xlib6/XCreateGlyphCursor.m @@ -620,7 +620,6 @@ Call XCreateGlyphCursor with a source_char which is an undefined glyph in source_font. Verify that a BadValue error occurs. >>CODE BadValue -Cursor qstat; /* Load xtfont0 using XLoadFont. */ source_font = XLoadFont(display, xtfont0); @@ -653,7 +652,6 @@ Call XCreateGlyphCursor with a mask_char which is an undefined glyph in mask_font. Verify that a BadValue error occurs. >>CODE BadValue -Cursor qstat; /* Load xtfont0 using XLoadFont. */ source_font = XLoadFont(display, xtfont0); |