diff options
author | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-11 00:05:39 +0100 |
---|---|---|
committer | Dieter Hametner <dh (plus) vdr (at) gekrumbel (dot) de> | 2015-02-11 00:05:39 +0100 |
commit | d7f68025b95d8ecd42808d519bcce4f50acff3d5 (patch) | |
tree | cc361bad22278856cbfae37ec52917b5837c2161 /tntfeatures.h | |
parent | e6e5705567a73ac90b040578670d82998cc8788d (diff) | |
download | vdr-plugin-live-d7f68025b95d8ecd42808d519bcce4f50acff3d5.tar.gz vdr-plugin-live-d7f68025b95d8ecd42808d519bcce4f50acff3d5.tar.bz2 |
Drop support for old tntnet versions: Query params are now in tntnet and not in cxxtools
Removed old code for cxxtools queryparams.
Diffstat (limited to 'tntfeatures.h')
-rw-r--r-- | tntfeatures.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/tntfeatures.h b/tntfeatures.h index d28281a..0aabaca 100644 --- a/tntfeatures.h +++ b/tntfeatures.h @@ -10,9 +10,6 @@ // SSL-Support works from tntnet version 1.6.1 onwards. #define TNT_SSL_SUPPORT (TNTVERSION >= 16100) -// Query params are now in tntnet and not in cxxtools -#define TNT_HAS_QUERYPARAMS (TNTVERSION >= 16060) - // Query params without boolean parameter #define TNT_QUERYPARAMS_NO_BOOL (TNTVERSION >= 22000) |