X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=babel%2Fregister_ifiction.c;fp=babel%2Fregister_ifiction.c;h=0000000000000000000000000000000000000000;hb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;hp=55fe9e28fb21eabd386bc39dc7c41e20e9ae2cd6;hpb=ed91d840318ed6ebfe3a5a77fa17114ddbf56640;p=projects%2Fchimara%2Fchimara.git diff --git a/babel/register_ifiction.c b/babel/register_ifiction.c deleted file mode 100644 index 55fe9e2..0000000 --- a/babel/register_ifiction.c +++ /dev/null @@ -1,29 +0,0 @@ -/* register_ifiction.c Register modules for babel's ifiction API - * - * 2006 by L. Ross Raszewski - * - * This code is freely usable for all purposes. - * - * This work is licensed under the Creative Commons Attribution2.5 License. - * To view a copy of this license, visit - * http://creativecommons.org/licenses/by/2.5/ or send a letter to - * Creative Commons, - * 543 Howard Street, 5th Floor, - * San Francisco, California, 94105, USA. - * - * This file depends on modules.h - * - * This version of register.c is stripped down to include only the - * needed functionality for the ifiction api - */ - -#include -#include "treaty.h" - -char *format_registry[] = { - #define TREATY_REGISTER - #define CONTAINER_REGISTER - #define FORMAT_REGISTER - #include "modules.h" - NULL -};