diff options
author | nyamatongwe <unknown> | 2007-03-27 12:00:34 +0000 |
---|---|---|
committer | nyamatongwe <unknown> | 2007-03-27 12:00:34 +0000 |
commit | c23b5d711f3baf9df317c66974641fccb30e0b26 (patch) | |
tree | 0e785fb38a168b7e7768760cfc2bd6b2cc711e42 /src | |
parent | 0af02ef8fd60caf9ffa7b4a0403a44f9a1453a68 (diff) | |
download | scintilla-mirror-c23b5d711f3baf9df317c66974641fccb30e0b26.tar.gz |
Removed duplicate code.
Diffstat (limited to 'src')
-rw-r--r-- | src/LexLua.cxx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/LexLua.cxx b/src/LexLua.cxx index c5801139a..6dfa8ee1a 100644 --- a/src/LexLua.cxx +++ b/src/LexLua.cxx @@ -169,8 +169,6 @@ static void ColouriseLuaDoc( sc.ChangeState(SCE_LUA_WORD5); } else if (keywords6.InList(s)) { sc.ChangeState(SCE_LUA_WORD6); - } else if (keywords6.InList(s)) { - sc.ChangeState(SCE_LUA_WORD6); } else if (keywords7.InList(s)) { sc.ChangeState(SCE_LUA_WORD7); } else if (keywords8.InList(s)) { |