From 63e4338284441acb59ad34208c0e6b0dd3a86b88 Mon Sep 17 00:00:00 2001 From: Tamas TEVESZ Date: Tue, 16 Mar 2010 23:49:31 +0100 Subject: [PATCH] Remove unused WINGs/international.c --- WINGs/Makefile.am | 1 - WINGs/international.c | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 WINGs/international.c 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) -{ - -}