summaryrefslogtreecommitdiff
path: root/libmateweather/weather-priv.h
diff options
context:
space:
mode:
authorMonsta <[email protected]>2015-08-25 16:36:48 +0300
committerMonsta <[email protected]>2015-08-25 16:36:48 +0300
commitd1a5acc22910f5136e159b5401e68f80852d3630 (patch)
tree618901fbde799177369a36788cebcd9b3009b750 /libmateweather/weather-priv.h
parentc8a7ad7f0698d2a11d3d5d8c55a9dc5ce9330f46 (diff)
downloadlibmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.bz2
libmateweather-d1a5acc22910f5136e159b5401e68f80852d3630.tar.xz
drop support for win32
Diffstat (limited to 'libmateweather/weather-priv.h')
-rw-r--r--libmateweather/weather-priv.h4
1 files changed, 0 insertions, 4 deletions
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))