X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecctrl.c;h=1bdc60dfe5e0930467dabe534de0551e62e610ad;hb=de79197bd3ee5ef00d6d6353ef4f83d035fe4e1c;hp=410effc8ad2eae08515f4298b1eff2bd7a77c0c2;hpb=ecb3935e78cd9bcfdebafdee0834cfb1060d7b5e;p=idzebra-moved-to-github.git diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index 410effc..1bdc60d 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -1,4 +1,4 @@ -/* $Id: recctrl.c,v 1.25 2006-05-10 08:13:28 adam Exp $ +/* $Id: recctrl.c,v 1.27 2006-06-02 13:55:55 marc Exp $ Copyright (C) 1995-2006 Index Data ApS @@ -100,22 +100,6 @@ RecTypeClass recTypeClass_create (Res res, NMEM nmem) } #endif -#ifdef IDZEBRA_STATIC_GRS_CSV - if (1) - { - extern RecType idzebra_filter_grs_csv[]; - recTypeClass_add (&rts, idzebra_filter_grs_csv, nmem, 0); - } -#endif - -#ifdef IDZEBRA_STATIC_GRS_DANBIB - if (1) - { - extern RecType idzebra_filter_grs_danbib[]; - recTypeClass_add (&rts, idzebra_filter_grs_danbib, nmem, 0); - } -#endif - #ifdef IDZEBRA_STATIC_SAFARI if (1) { @@ -134,15 +118,6 @@ RecTypeClass recTypeClass_create (Res res, NMEM nmem) #endif #endif -#ifdef IDZEBRA_STATIC_XSLT -#if HAVE_XSLT - if (1) - { - extern RecType idzebra_filter_xslt[]; - recTypeClass_add (&rts, idzebra_filter_xslt, nmem, 0); - } -#endif -#endif return rts; }