[anjuta/gnome-2-32] Revert "file-wizard: Add vala source file"
- From: Johannes Schmid <jhs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [anjuta/gnome-2-32] Revert "file-wizard: Add vala source file"
- Date: Fri, 12 Nov 2010 13:59:39 +0000 (UTC)
commit f66a52d1c95ca83e72c8bf1c245d9d42a08dd7e2
Author: Johannes Schmid <jhs gnome org>
Date: Fri Nov 12 14:58:41 2010 +0100
Revert "file-wizard: Add vala source file"
This reverts commit c40f9bdf0fd77c6d48b5939466f4bd2067941074.
plugins/file-wizard/file.c | 1 -
plugins/file-wizard/file.h | 3 +--
2 files changed, 1 insertions(+), 3 deletions(-)
---
diff --git a/plugins/file-wizard/file.c b/plugins/file-wizard/file.c
index b187e63..f7a141d 100644
--- a/plugins/file-wizard/file.c
+++ b/plugins/file-wizard/file.c
@@ -89,7 +89,6 @@ NewfileType new_file_type[] = {
{N_("Perl Source File"), ".pl", -1, TRUE, TRUE, CMT_P, LGE_PERL},
{N_("Python Source File"), ".py", -1, TRUE, FALSE, CMT_P, LGE_PYTHON},
{N_("Shell Script File"), ".sh", -1, TRUE, TRUE, CMT_P, LGE_SHELL},
- {N_("Vala Source File"), ".vala", -1, FALSE, CMT_CPP, LGE_VALA},
{N_("Other"), NULL, -1, FALSE, FALSE, CMT_C, LGE_C}
};
diff --git a/plugins/file-wizard/file.h b/plugins/file-wizard/file.h
index ac8bd7d..cdba55c 100644
--- a/plugins/file-wizard/file.h
+++ b/plugins/file-wizard/file.h
@@ -57,8 +57,7 @@ typedef enum _Lge
LGE_JAVA,
LGE_PERL,
LGE_PYTHON,
- LGE_SHELL,
- LGE_VALA
+ LGE_SHELL
} Lge;
typedef enum _Cmt
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]