diff options
Diffstat (limited to 'win/tkWinPort.h')
-rw-r--r-- | win/tkWinPort.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/win/tkWinPort.h b/win/tkWinPort.h index 4eaec99..c0868bf 100644 --- a/win/tkWinPort.h +++ b/win/tkWinPort.h @@ -119,15 +119,6 @@ #define TkpCreateNativeBitmap(display, source) None #define TkpGetNativeAppBitmap(display, name, w, h) None -/* - * Define timezone for gettimeofday. - */ - -struct timezone { - int tz_minuteswest; - int tz_dsttime; -}; - #ifndef _TCLINT #include <tclInt.h> #endif |