diff options
author | Neil <nyamatongwe@gmail.com> | 2020-04-27 10:38:28 +1000 |
---|---|---|
committer | Neil <nyamatongwe@gmail.com> | 2020-04-27 10:38:28 +1000 |
commit | 10dbea540540c61ff9cd982682c9c0fb060e4a1c (patch) | |
tree | 04356111bea97e7a3921939cac1499e1cb2a265f /doc/SciCoding.html | |
parent | 09394941bda6cf2be6093118846dc9405eff9134 (diff) | |
download | scintilla-mirror-10dbea540540c61ff9cd982682c9c0fb060e4a1c.tar.gz |
Remove documentation that is no longer correct.
Diffstat (limited to 'doc/SciCoding.html')
-rw-r--r-- | doc/SciCoding.html | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/doc/SciCoding.html b/doc/SciCoding.html index 0897dedcf..18d55e4b9 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> |