diff options
author | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2021-08-30 12:44:31 +0200 |
---|---|---|
committer | Hans Ulrich Niedermann <hun@n-dimensional.de> | 2021-09-08 03:15:39 +0200 |
commit | a594c2ccef521711cd303504dfcffaa89c0b425e (patch) | |
tree | 9a76ed94016aa9f55d10957c65ebcbb44ab20ff6 /camlibs/digita/serial.c | |
parent | 5905eae3dedc48032abe15672ab3ec2aa10b62dc (diff) | |
download | libgphoto2-a594c2ccef521711cd303504dfcffaa89c0b425e.tar.gz |
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
Diffstat (limited to 'camlibs/digita/serial.c')
-rw-r--r-- | camlibs/digita/serial.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/camlibs/digita/serial.c b/camlibs/digita/serial.c index a23504d2d..ced601b91 100644 --- a/camlibs/digita/serial.c +++ b/camlibs/digita/serial.c @@ -29,9 +29,6 @@ #include <stdlib.h> #include <errno.h> #include <string.h> -#ifdef OS2 -#include <db.h> -#endif #include "gphoto2-endian.h" #include "digita.h" |