summaryrefslogtreecommitdiff
path: root/games/atomix/files/patch-theme-manager.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--games/atomix/files/patch-theme-manager.c15
1 files changed, 0 insertions, 15 deletions
diff --git a/games/atomix/files/patch-theme-manager.c b/games/atomix/files/patch-theme-manager.c
deleted file mode 100644
index 185e64af8c57..000000000000
--- a/games/atomix/files/patch-theme-manager.c
+++ /dev/null
@@ -1,15 +0,0 @@
---- src/theme-manager.c.orig Thu Nov 17 17:43:33 2005
-+++ src/theme-manager.c Thu Nov 17 17:43:58 2005
-@@ -168,10 +168,10 @@ static void search_themes_in_dir (ThemeM
- g_free (subdirpath);
- }
- }
-+ g_free (dent);
-+ closedir (dir);
- }
-
-- g_free (dent);
-- closedir (dir);
- }
-
- static void add_theme (ThemeManager *tm, gchar *themename, gchar *dirpath)