aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/Decoration.h
diff options
context:
space:
mode:
authornyamatongwe <unknown>2008-08-09 05:55:58 +0000
committernyamatongwe <unknown>2008-08-09 05:55:58 +0000
commit3be9c420feeffc6d580f50776c58d581fc7234e7 (patch)
treeb70706c397575dc2ccc4f45b2d8f6e125e8f0c5a /src/Decoration.h
parent73bdcfd918ba0dfeef1a1416bd70387502b6ac37 (diff)
downloadscintilla-mirror-3be9c420feeffc6d580f50776c58d581fc7234e7.tar.gz
Clear document style now only clears the lexer indicators.
Diffstat (limited to 'src/Decoration.h')
-rw-r--r--src/Decoration.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/Decoration.h b/src/Decoration.h
index 5c02aa7be..2809641af 100644
--- a/src/Decoration.h
+++ b/src/Decoration.h
@@ -39,8 +39,6 @@ public:
DecorationList();
~DecorationList();
- void ClearAll();
-
void SetCurrentIndicator(int indicator);
int GetCurrentIndicator() { return currentIndicator; }