diff options
| author | Michael Biebl <biebl@debian.org> | 2015-12-24 00:24:58 +0100 |
|---|---|---|
| committer | Michael Biebl <biebl@debian.org> | 2015-12-24 00:24:58 +0100 |
| commit | 54f6333410ffd570e62717d9e77c5c987175e397 (patch) | |
| tree | d0698cc29d0f53c0b6d2c68d35ee2e9d72153948 /libnm-util/nm-version.h | |
| parent | a6ece1a2aa19a6268335c87d4fdef20123dd04a5 (diff) | |
Imported Upstream version 1.0.10 upstream/1.0.10
Diffstat (limited to 'libnm-util/nm-version.h')
| -rw-r--r-- | libnm-util/nm-version.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libnm-util/nm-version.h b/libnm-util/nm-version.h index 68955099..63895dda 100644 --- a/libnm-util/nm-version.h +++ b/libnm-util/nm-version.h @@ -88,10 +88,4 @@ # define NM_AVAILABLE_IN_1_0_6 #endif -#if NM_VERSION_MAX_ALLOWED < NM_VERSION_1_0_8 -# define NM_AVAILABLE_IN_1_0_8 G_UNAVAILABLE(1,0.8) -#else -# define NM_AVAILABLE_IN_1_0_8 -#endif - #endif /* NM_VERSION_H */ |