diff options
author | nyamatongwe <devnull@localhost> | 2007-03-27 12:00:34 +0000 |
---|---|---|
committer | nyamatongwe <devnull@localhost> | 2007-03-27 12:00:34 +0000 |
commit | c6186d377d6525e6afc111a743c6567ca85e7aa6 (patch) | |
tree | 0e785fb38a168b7e7768760cfc2bd6b2cc711e42 | |
parent | f057bc02bfb7a8c8a0fef34812ed8df3e5b4dd1e (diff) | |
download | scintilla-mirror-c6186d377d6525e6afc111a743c6567ca85e7aa6.tar.gz |
Removed duplicate code.
-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)) { |