diff options
Diffstat (limited to 'hw/xwin/winwndproc.c')
-rw-r--r-- | hw/xwin/winwndproc.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/hw/xwin/winwndproc.c b/hw/xwin/winwndproc.c index 23d5454b0..e99697de8 100644 --- a/hw/xwin/winwndproc.c +++ b/hw/xwin/winwndproc.c @@ -1217,12 +1217,6 @@ winWindowProc (HWND hwnd, UINT message, #ifdef XWIN_CLIPBOARD /* Make sure the clipboard chain is ok. */ winFixClipboardChain (); - - if (!wParam) - { - /* Make sure clipboard is updated if needed */ - winUpdateClipboard (); - } #endif /* Call engine specific screen activation/deactivation function */ |