From 453da22b872c703e34ec0e6adf735080447b2129 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand=20=28astrand=29?= Date: Mon, 16 Oct 2017 15:09:58 +0200 Subject: [PATCH] Remove support for Lynx/OS --- common/rfb/Timer.cxx | 5 ----- unix/tx/TXDialog.h | 5 ----- unix/x0vncserver/TimeMillis.cxx | 5 ----- unix/x0vncserver/x0vncserver.cxx | 5 ----- 4 files changed, 20 deletions(-) diff --git a/common/rfb/Timer.cxx b/common/rfb/Timer.cxx index efae36e2..71887a0f 100644 --- a/common/rfb/Timer.cxx +++ b/common/rfb/Timer.cxx @@ -26,11 +26,6 @@ #include #include -// XXX Lynx/OS 2.3: proto for gettimeofday() -#ifdef Lynx -#include -#endif - using namespace rfb; #ifndef __NO_DEFINE_VLOG__ diff --git a/unix/tx/TXDialog.h b/unix/tx/TXDialog.h index 7a52f92b..28876e7e 100644 --- a/unix/tx/TXDialog.h +++ b/unix/tx/TXDialog.h @@ -31,11 +31,6 @@ #include "TXWindow.h" #include -// XXX Lynx/OS 2.3: protos for bzero(), select() -#ifdef Lynx -#include -#endif - class TXDialog : public TXWindow, public TXDeleteWindowCallback { public: TXDialog(Display* dpy, int width, int height, const char* name, diff --git a/unix/x0vncserver/TimeMillis.cxx b/unix/x0vncserver/TimeMillis.cxx index 059c043b..b5054c91 100644 --- a/unix/x0vncserver/TimeMillis.cxx +++ b/unix/x0vncserver/TimeMillis.cxx @@ -22,11 +22,6 @@ #include -// XXX Lynx/OS 2.3: get proto for gettimeofday() -#ifdef Lynx -#include -#endif - TimeMillis::TimeMillis() { update(); diff --git a/unix/x0vncserver/x0vncserver.cxx b/unix/x0vncserver/x0vncserver.cxx index b21daae4..7b93f5fb 100644 --- a/unix/x0vncserver/x0vncserver.cxx +++ b/unix/x0vncserver/x0vncserver.cxx @@ -44,11 +44,6 @@ #include #include -// XXX Lynx/OS 2.3: protos for select(), bzero() -#ifdef Lynx -#include -#endif - extern char buildtime[]; using namespace rfb; -- 2.39.5