aboutsummaryrefslogtreecommitdiffhomepage
path: root/src
diff options
context:
space:
mode:
authornyamatongwe <devnull@localhost>2007-03-27 12:00:34 +0000
committernyamatongwe <devnull@localhost>2007-03-27 12:00:34 +0000
commitc6186d377d6525e6afc111a743c6567ca85e7aa6 (patch)
tree0e785fb38a168b7e7768760cfc2bd6b2cc711e42 /src
parentf057bc02bfb7a8c8a0fef34812ed8df3e5b4dd1e (diff)
downloadscintilla-mirror-c6186d377d6525e6afc111a743c6567ca85e7aa6.tar.gz
Removed duplicate code.
Diffstat (limited to 'src')
-rw-r--r--src/LexLua.cxx2
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)) {