Remove duplicate keyword entry.

git-svn-id: https://geany.svn.sourceforge.net/svnroot/geany/trunk@4418 ea778897-0a13-0410-b9d1-a72fbfd435f5
This commit is contained in:
Nick Treleaven 2009-11-10 18:45:02 +00:00
parent a83c65b0bc
commit 8dbca1f107

View File

@ -79,7 +79,6 @@ static kindOption VhdlKinds [] = {
};
static keywordAssoc VhdlKeywordTable [] = {
{ "variable", K_VARIABLE },
{ "constant", K_CONSTANT },
{ "variable", K_VARIABLE },
{ "type", K_TYPE },