aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorNeil <nyamatongwe@gmail.com>2020-04-27 10:38:28 +1000
committerNeil <nyamatongwe@gmail.com>2020-04-27 10:38:28 +1000
commit9efbedaa8ed3125619e0782d0ab62ca690245515 (patch)
tree9b637dce616512ab189ea742b95dc9cec3149291
parent6a50bd506225071330ac0fe39e1247e7dc775e34 (diff)
downloadscintilla-mirror-9efbedaa8ed3125619e0782d0ab62ca690245515.tar.gz
Backport: Remove documentation that is no longer correct.
Backport of changeset 8205:56bd10edc259.
-rw-r--r--doc/SciCoding.html1
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html
index 1d5cea9ba..976219d76 100644
--- a/doc/SciCoding.html
+++ b/doc/SciCoding.html
@@ -134,7 +134,6 @@
Exceptions and templates may be used but, since Scintilla can be used from C as well as
C++, exceptions may not be thrown out of Scintilla and all exceptions should be caught
before returning from Scintilla.
- Run-time type information adds to memory use so is turned off.
A 'Scintilla' name space is used. This helps with name clashes on OS X.
</p>
<p>