diff --git a/src/calibre/utils/windows/winutil.c b/src/calibre/utils/windows/winutil.c index 0b433b7831..70d7d158b5 100644 --- a/src/calibre/utils/windows/winutil.c +++ b/src/calibre/utils/windows/winutil.c @@ -54,10 +54,6 @@ wherever possible in this module. #include #include -#define PyStructSequence_GET_ITEM(op, i) \ - (((PyStructSequence *)(op))->ob_item[i]) - - #define BUFSIZE 512 #define MAX_DRIVES 26 static BOOL DEBUG = FALSE;