[kde-doc-english] [kcalc] doc: remove section enable-long-double-precision, obsolete since 13 years, 9 months ago :(

Burkhard Lück lueck at hube-lueck.de
Sun Jun 9 13:23:49 UTC 2013


Git commit c5a342ca93140a6ab13ac3daca3b7d2e085120e5 by Burkhard Lück.
Committed on 09/06/2013 at 15:23.
Pushed by lueck into branch 'master'.

remove section enable-long-double-precision, obsolete since 13 years, 9 months ago :(

M  +0    -39   doc/index.docbook

http://commits.kde.org/kcalc/c5a342ca93140a6ab13ac3daca3b7d2e085120e5

diff --git a/doc/index.docbook b/doc/index.docbook
index 5a6bfd8..ad87af9 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -858,45 +858,6 @@ normally be provided as part of a &kde; installation. For more details about
 
 </sect1>
 
-<sect1 id="enable-long-double-precision">
-<title>How to enable long double precision for &kcalc;</title>
-
-<para>If your machine supports the C data type <type>long double</type>
-and if you have a working libc you can enable <type>long double</type>
-precision for &kcalc;.</para>
-
-<para>Here is what to do:</para>
-
-<procedure>
-<step>
-<para> Check <filename>config-kcalc.h</filename> and see whether
-HAVE_LONG_DOUBLE is defined, &ie; you should be able to locate a
-line saying:</para>
-
-<screen>#define HAVE_LONG_DOUBLE 1</screen>
-
-<para>If you cannot find such a line your system doesn't support long
-double IEEE precision. </para>
-</step>
-<step>
-<para>Edit the files <filename class="headerfile">kcalctype.h</filename>,
-<filename>configdlg.cpp</filename>, <filename>kcalc.cpp</filename> and
-<filename>kcalc_core.cpp</filename> and remove the lines:</para>
-
-<screen>
-#ifdef HAVE_LONG_DOUBLE
-#undef HAVE_LONG_DOUBLE
-#endif
-</screen>
-
-</step>
-<step>
-<para> Recompile &kcalc;.
-</para>
-</step>
-</procedure>
-
-</sect1>
 </appendix>
 
 </book>


More information about the kde-doc-english mailing list