diff options
Diffstat (limited to 'src/libdraw/x11-init.c')
| -rw-r--r-- | src/libdraw/x11-init.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/libdraw/x11-init.c b/src/libdraw/x11-init.c index b2b3ca73..741d3678 100644 --- a/src/libdraw/x11-init.c +++ b/src/libdraw/x11-init.c @@ -545,9 +545,6 @@ xattach(char *label) if(0) fprint(2, "x: display=%p kbd=%p mouse=%p snarf=%p\n", _x.display, _x.kbdcon, _x.mousecon, _x.snarfcon); - _x.black = xscreen->black_pixel; - _x.white = xscreen->white_pixel; - return _x.screenimage; err0: |
