From d7f68025b95d8ecd42808d519bcce4f50acff3d5 Mon Sep 17 00:00:00 2001 From: Dieter Hametner Date: Wed, 11 Feb 2015 00:05:39 +0100 Subject: Drop support for old tntnet versions: Query params are now in tntnet and not in cxxtools Removed old code for cxxtools queryparams. --- tntfeatures.h | 3 --- 1 file changed, 3 deletions(-) (limited to 'tntfeatures.h') 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) -- cgit v1.2.3