X-Git-Url: https://git.stderr.nl/gitweb?a=blobdiff_plain;f=babel%2Fregister.c;fp=babel%2Fregister.c;h=0000000000000000000000000000000000000000;hb=3c59ba5eef5cb4d39c06eb7f523b9c3b026bdc9b;hp=22bbed5b095d1d6ff5e1bc3bb73594c37f40fdc3;hpb=ed91d840318ed6ebfe3a5a77fa17114ddbf56640;p=projects%2Fchimara%2Fchimara.git diff --git a/babel/register.c b/babel/register.c deleted file mode 100644 index 22bbed5..0000000 --- a/babel/register.c +++ /dev/null @@ -1,36 +0,0 @@ -/* register.c Register modules for the babel handler 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 - * - * The purpose of this file is to create the treaty_registry array. - * This array is a null-terminated list of the known treaty modules. - */ - -#include -#include "modules.h" - - -TREATY treaty_registry[] = { - #define TREATY_REGISTER - #include "modules.h" - NULL - }; - -TREATY container_registry[] = { - #define CONTAINER_REGISTER - #include "modules.h" - NULL - -}; -