From 06918ebbd271b6e07e2f9c1d6f7f35c35c358150 Mon Sep 17 00:00:00 2001 From: jojo61 Date: Fri, 11 Oct 2019 12:05:26 +0200 Subject: [PATCH] removed gittid --- video.c | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/video.c b/video.c index c354301..20e3203 100644 --- a/video.c +++ b/video.c @@ -540,10 +540,7 @@ static int X11HaveDPMS(xcb_connection_t *); static void X11DPMSReenable(xcb_connection_t *); static void X11DPMSDisable(xcb_connection_t *); #endif -uint64_t gettid() -{ - return pthread_self(); -} + /// /// Update video pts. ///