]> mj.ucw.cz Git - libucw.git/commitdiff
Removed old incarnation of CLAMP.
authorMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:35:35 +0000 (13:35 +0000)
committerMartin Mares <mj@ucw.cz>
Wed, 7 Mar 2001 13:35:35 +0000 (13:35 +0000)
lib/index.h

index 8eb36eb1d9a56c7f4d7eb02ff0724d8eb8d9f306..ebd28f3aa29f27cbab22bcd74e753a8d987dbe4d 100644 (file)
@@ -4,8 +4,6 @@
  *     (c) 2001 Martin Mares <mj@ucw.cz>
  */
 
-#define CLAMP(x,min,max) ({ int _t=x; (_t < min) ? min : (_t > max) ? max : _t; })
-
 /* Words */
 
 #define MAX_WORD_LEN           64