From d1a5acc22910f5136e159b5401e68f80852d3630 Mon Sep 17 00:00:00 2001 From: Monsta Date: Tue, 25 Aug 2015 16:36:48 +0300 Subject: drop support for win32 --- libmateweather/weather-priv.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'libmateweather/weather-priv.h') diff --git a/libmateweather/weather-priv.h b/libmateweather/weather-priv.h index e602f7b..c0c0944 100644 --- a/libmateweather/weather-priv.h +++ b/libmateweather/weather-priv.h @@ -29,10 +29,6 @@ #include "weather.h" #include "mateweather-location.h" -#ifdef _WIN32 -#include "mateweather-win32.h" -#endif - const char *mateweather_gettext (const char *str) G_GNUC_FORMAT (1); const char *mateweather_dpgettext (const char *context, const char *str) G_GNUC_FORMAT (2); #define _(str) (mateweather_gettext (str)) -- cgit v1.2.1