From a594c2ccef521711cd303504dfcffaa89c0b425e Mon Sep 17 00:00:00 2001 From: Hans Ulrich Niedermann Date: Mon, 30 Aug 2021 12:44:31 +0200 Subject: Remove remnants of OS/2 support Remove remnants of OS/2 support, which has been broken at least since commit 9831fa553c from 2006-10, but more probably even since after gphoto2 2.1.0 which was some time in 2002. Closes: https://github.com/gphoto/libgphoto2/issues/710 --- gphoto2/gphoto2.h | 9 --------- 1 file changed, 9 deletions(-) (limited to 'gphoto2') diff --git a/gphoto2/gphoto2.h b/gphoto2/gphoto2.h index 9bb6ba970..b73bdbb84 100644 --- a/gphoto2/gphoto2.h +++ b/gphoto2/gphoto2.h @@ -28,15 +28,6 @@ extern "C" { #endif -#ifdef OS2 -# include -# include -# define CAMLIBS getenv("CAMLIBS") -# define RTLD_LAZY 0x001 -# define VERSION "2" -# define usleep(t) _sleep2(((t)+500)/ 1000) -#endif - #ifdef WIN32 #ifndef CAMLIBS #define CAMLIBS "." -- cgit v1.2.1