Re-indent. Abort if YAZ is not found. Remove messages about how to run
[idzebra-moved-to-github.git] / recctrl / recctrl.c
index 586a187..1bdc60d 100644 (file)
@@ -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
+ */
+