summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarcus Meissner <marcus@jet.franken.de>2017-04-12 22:11:17 +0200
committerMarcus Meissner <marcus@jet.franken.de>2017-04-12 22:11:29 +0200
commit36e5b44ae84ff045ba77188b8e960e99fefaee8d (patch)
tree9ed3993da5bd5045d82f84aa78e0ee99b16be9dd
parentd346ab51902263b20a6484882263422b061b8b6f (diff)
downloadlibgphoto2-36e5b44ae84ff045ba77188b8e960e99fefaee8d.tar.gz
remove the typedef for GPPort from here
fixes https://github.com/gphoto/libgphoto2/issues/157
-rw-r--r--camlibs/pentax/pslr_scsi.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/camlibs/pentax/pslr_scsi.h b/camlibs/pentax/pslr_scsi.h
index ca09b312a..a2667bc80 100644
--- a/camlibs/pentax/pslr_scsi.h
+++ b/camlibs/pentax/pslr_scsi.h
@@ -60,7 +60,6 @@ typedef enum {
/* This also could be used to specify FDTYPE HANDLE for Win32, but this seems tricky with includes */
#ifdef LIBGPHOTO2
-typedef struct _GPPort GPPort;
#define FDTYPE GPPort*
#else
/* classic UNIX style handle */