diff --git a/WINGs/Makefile.am b/WINGs/Makefile.am index 27bcc611..7dfe5762 100644 --- a/WINGs/Makefile.am +++ b/WINGs/Makefile.am @@ -77,7 +77,6 @@ libWUtil_la_SOURCES = \ handlers.c \ hashtable.c \ host.c \ - international.c \ memory.c \ misc.c \ notification.c \ diff --git a/WINGs/international.c b/WINGs/international.c deleted file mode 100644 index 6b5311a2..00000000 --- a/WINGs/international.c +++ /dev/null @@ -1,9 +0,0 @@ - -#include - -#include "WINGsP.h" - -void InitI18n(Display * dpy) -{ - -}