diff options
author | Emil Velikov <emil.l.velikov@gmail.com> | 2017-08-22 11:48:28 +0100 |
---|---|---|
committer | Adam Jackson <ajax@redhat.com> | 2017-08-22 10:59:41 -0400 |
commit | 9d00f6190a8e5cc4ebda9b315d7c0a0782b58501 (patch) | |
tree | 62135a189c4f9f6a59cbbd6ca5618248cf3b2828 /hw/xwin/winshadgdi.c | |
parent | 1ef65692258136d6e36d0d9d6c5efad9877c9ceb (diff) |
xwin: remove always true/set XWIN_CLIPBOARD conditional/define
v2: drop trailing endif (Jon)
Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com>
Reviewed-by: Jon Turney <jon.turney@dronecode.org.uk>
Diffstat (limited to 'hw/xwin/winshadgdi.c')
-rw-r--r-- | hw/xwin/winshadgdi.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/hw/xwin/winshadgdi.c b/hw/xwin/winshadgdi.c index f8295be95..770942ad7 100644 --- a/hw/xwin/winshadgdi.c +++ b/hw/xwin/winshadgdi.c @@ -618,10 +618,8 @@ winCloseScreenShadowGDI(ScreenPtr pScreen) pScreenPriv->hwndScreen = NULL; } -#if defined(XWIN_CLIPBOARD) || defined(XWIN_MULTIWINDOW) /* Destroy the thread startup mutex */ pthread_mutex_destroy(&pScreenPriv->pmServerStarted); -#endif /* Invalidate our screeninfo's pointer to the screen */ pScreenInfo->pScreen = NULL; |