diff options
Diffstat (limited to 'hw/xwin/wingc.c')
-rw-r--r-- | hw/xwin/wingc.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hw/xwin/wingc.c b/hw/xwin/wingc.c index 3f661d520..107d87aef 100644 --- a/hw/xwin/wingc.c +++ b/hw/xwin/wingc.c @@ -120,9 +120,6 @@ const GCOps winGCOps = { miPolyGlyphBlt, #endif winPushPixels -#ifdef NEED_LINEHELPER - ,NULL -#endif }; |