summaryrefslogtreecommitdiff
path: root/chinese/gcin/files/patch-phoa2d.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--chinese/gcin/files/patch-phoa2d.c18
1 files changed, 0 insertions, 18 deletions
diff --git a/chinese/gcin/files/patch-phoa2d.c b/chinese/gcin/files/patch-phoa2d.c
deleted file mode 100644
index fd443312ffd7..000000000000
--- a/chinese/gcin/files/patch-phoa2d.c
+++ /dev/null
@@ -1,18 +0,0 @@
---- phoa2d.c.orig Thu Jul 29 03:15:13 2004
-+++ phoa2d.c Thu Jul 29 03:15:20 2004
-@@ -77,8 +77,6 @@
- FILE *fp;
- char s[64];
-
-- gtk_init(&argc, &argv);
--
- if ((fp=fopen(fname,"r"))==NULL)
- p_err("cannot open %s\n", fname);
-
-@@ -159,6 +157,5 @@
-
- fclose(fp);
-
-- send_gcin_message(GDK_DISPLAY(), "reload");
- return 0;
- }