X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=recctrl%2Frecctrl.c;h=1bdc60dfe5e0930467dabe534de0551e62e610ad;hb=de79197bd3ee5ef00d6d6353ef4f83d035fe4e1c;hp=586a187de78f789bb652d3a656e0d43e5ed728c7;hpb=f49130df276ecd0cdc157338da45ae5c46546d3a;p=idzebra-moved-to-github.git diff --git a/recctrl/recctrl.c b/recctrl/recctrl.c index 586a187..1bdc60d 100644 --- a/recctrl/recctrl.c +++ b/recctrl/recctrl.c @@ -1,4 +1,4 @@ -/* $Id: recctrl.c,v 1.24 2006-05-05 07:34:26 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; } @@ -299,3 +274,11 @@ RecType recType_byName (RecTypes rts, Res res, const char *name, return 0; } +/* + * Local variables: + * c-basic-offset: 4 + * indent-tabs-mode: nil + * End: + * vim: shiftwidth=4 tabstop=8 expandtab + */ +