[gnome-builder] Drop creation of uncrustify config dir
- From: Christian Hergert <chergert src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-builder] Drop creation of uncrustify config dir
- Date: Sat, 29 Aug 2015 19:36:46 +0000 (UTC)
commit 6a385128a0fd1e1654a6ff8614f72a24c89d0b29
Author: Andreas Henriksson <andreas fatal se>
Date: Sat Aug 29 21:20:48 2015 +0200
Drop creation of uncrustify config dir
The support for uncrustify was dropped in commit bc6215c445aeea69
a long time ago.
https://bugzilla.gnome.org/show_bug.cgi?id=754298
src/app/gb-application.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/app/gb-application.c b/src/app/gb-application.c
index 9441267..cfac756 100644
--- a/src/app/gb-application.c
+++ b/src/app/gb-application.c
@@ -93,13 +93,6 @@ gb_application_make_skeleton_dirs (GbApplication *self)
NULL);
g_mkdir_with_parents (path, 0750);
g_free (path);
-
- path = g_build_filename (g_get_user_config_dir (),
- "gnome-builder",
- "uncrustify",
- NULL);
- g_mkdir_with_parents (path, 0750);
- g_free (path);
}
static void
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]