Revision: 71833
          http://sourceforge.net/p/brlcad/code/71833
Author:   starseeker
Date:     2018-09-25 22:35:45 +0000 (Tue, 25 Sep 2018)
Log Message:
-----------
remove a surprising number of documentation references to debugmem and 
memprint, as well as some Tcl methods

Modified Paths:
--------------
    brlcad/trunk/doc/docbook/articles/main_menu.xml
    brlcad/trunk/doc/docbook/articles/mged.xml
    brlcad/trunk/doc/docbook/system/mann/CMakeLists.txt
    brlcad/trunk/doc/docbook/system/mann/debugbu.xml
    brlcad/trunk/doc/docbook/system/mann/debuglib.xml
    brlcad/trunk/doc/docbook/system/mann/debugnmg.xml
    brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
    brlcad/trunk/doc/trunk_hierarchy.org
    brlcad/trunk/src/tclscripts/lib/Ged.tcl
    brlcad/trunk/src/tclscripts/mged/help.tcl

Removed Paths:
-------------
    brlcad/trunk/doc/docbook/system/mann/debugmem.xml
    brlcad/trunk/doc/docbook/system/mann/memprint.xml

Modified: brlcad/trunk/doc/docbook/articles/main_menu.xml
===================================================================
--- brlcad/trunk/doc/docbook/articles/main_menu.xml     2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/articles/main_menu.xml     2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -4345,11 +4345,6 @@
     </listitem>
     <listitem>
       <para>
-        <link xlink:href="../../mann/en/debugmem.php">De Bugmem</link>
-      </para>
-    </listitem>
-    <listitem>
-      <para>
         <link xlink:href="../../mann/en/debugnmg.php">De Bugnmg</link>
       </para>
     </listitem>
@@ -4715,11 +4710,6 @@
     </listitem>
     <listitem>
       <para>
-        <link xlink:href="../../mann/en/memprint.php">Memprint</link>
-      </para>
-    </listitem>
-    <listitem>
-      <para>
         <link xlink:href="../../mann/en/mirface.php">MirFace</link>
       </para>
     </listitem>

Modified: brlcad/trunk/doc/docbook/articles/mged.xml
===================================================================
--- brlcad/trunk/doc/docbook/articles/mged.xml  2018-09-25 20:49:46 UTC (rev 
71832)
+++ brlcad/trunk/doc/docbook/articles/mged.xml  2018-09-25 22:35:45 UTC (rev 
71833)
@@ -5188,9 +5188,6 @@
 </row>
 <row>
   <entry>
-    <link linkend="debugmem">debugmem</link>
-  </entry>
-  <entry>
     <link linkend="debugnmg">debugnmg</link>
   </entry>
   <entry>
@@ -5395,9 +5392,6 @@
     <link linkend="matpick">matpick</link>
   </entry>
   <entry>
-    <link linkend="memprint">memprint</link>
-  </entry>
-  <entry>
     <link linkend="mirface">mirface</link>
   </entry>
   </row>
@@ -8480,9 +8474,7 @@
           <emphasis>librt</emphasis> and
           <link linkend="debugnmg">debugnmg</link> for the
           NMG  portion of
-          <emphasis>librt</emphasis>. Other debugging commands include
-          <link linkend="debugmem">debugmem</link> and
-          <link linkend="debugdir">debugdir</link>.
+          <emphasis>librt</emphasis>.
         </para>
       </listitem>
     </varlistentry>
@@ -8596,9 +8588,7 @@
           <emphasis>libbu</emphasis> and
           <link linkend="debugnmg">debugnmg</link> for the
           NMG portion of
-          <emphasis>librt</emphasis>. Other debugging commands include
-          <link linkend="debugmem">debugmem</link> and
-          <link linkend="debugdir">debugdir</link>.
+          <emphasis>librt</emphasis>.
         </para>
       </listitem>
     </varlistentry>
@@ -8625,41 +8615,6 @@
   <para>
     <emphasis role="strong"></emphasis>
   </para>
-  <variablelist xml:id="debugmem">
-    <varlistentry>
-      <term>
-        debugmem
-      </term>
-      <listitem>
-        <para>
-          The <quote>debugmem</quote> command prints a list of all the
-          memory blocks that have been allocated and recorded in the
-          <emphasis>memdebug</emphasis> table. Memory allocation is not
-          normally recorded in the <emphasis>memdebug</emphasis> table,
-          but executing the
-          <link 
linkend="debugbu"><emphasis>debugbu</emphasis></link><emphasis>2</emphasis>
-          command will turn on the &lt;MEM_CHECK&gt; flag, and as long
-          as that flag is set, all memory allocation will be recorded.
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        Examples:
-      </term>
-      <listitem>
-        <para>
-          mged&gt; debugmem
-        </para>
-      </listitem>
-    </varlistentry>
-  </variablelist>
-  <para>
-    – Get a list of allocated memory blocks.
-  </para>
-  <para>
-    <emphasis role="strong"></emphasis>
-  </para>
   <variablelist xml:id="debugnmg">
     <varlistentry>
       <term>
@@ -8676,9 +8631,7 @@
           libraries are <link linkend="debuglib">debuglib</link> for
           <emphasis>librt</emphasis> and
           <link linkend="debugbu">debugbu</link> for
-          <emphasis>libbu</emphasis>. Other debugging commands include
-          <link linkend="debugmem">debugmem</link> and
-          <link linkend="debugdir">debugdir</link>.
+          <emphasis>libbu</emphasis>.
         </para>
       </listitem>
     </varlistentry>
@@ -12156,35 +12109,6 @@
   <para>
     <emphasis role="strong"></emphasis>
   </para>
-  <variablelist>
-    <varlistentry>
-      <term xml:id="memprint">
-        memprint
-      </term>
-      <listitem>
-        <para>
-          The <quote>memprint</quote> command displays memory maps for
-          debugging purposes.
-        </para>
-      </listitem>
-    </varlistentry>
-    <varlistentry>
-      <term>
-        Examples:
-      </term>
-      <listitem>
-        <para>
-          mged&gt; memprint
-        </para>
-      </listitem>
-    </varlistentry>
-  </variablelist>
-  <para>
-    – List memory maps.
-  </para>
-  <para>
-    <emphasis role="strong"></emphasis>
-  </para>
   <variablelist xml:id="mirface">
     <varlistentry>
       <term>

Modified: brlcad/trunk/doc/docbook/system/mann/CMakeLists.txt
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/CMakeLists.txt 2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/CMakeLists.txt 2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -61,7 +61,6 @@
   debugbu.xml
   debugdir.xml
   debuglib.xml
-  debugmem.xml
   debugnmg.xml
   decompose.xml
   delay.xml
@@ -133,7 +132,6 @@
   man.xml
   mater.xml
   matpick.xml
-  memprint.xml
   mirface.xml
   mrot.xml
   mv.xml

Modified: brlcad/trunk/doc/docbook/system/mann/debugbu.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/debugbu.xml    2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/debugbu.xml    2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -32,8 +32,7 @@
       as the new value for <emphasis>bu_debug</emphasis>. Similar debug 
commands for
       other <emphasis>BRL-CAD</emphasis> libraries are 
<command>debuglib</command> for
       <emphasis>librt</emphasis> and <command>debugnmg</command> for the NMG 
portion
-      of <emphasis>librt</emphasis>. Other debugging commands include
-      <command>debugmem</command> and <command>debugdir</command>.
+      of <emphasis>librt</emphasis>.
     </para>
   </refsection>
 

Modified: brlcad/trunk/doc/docbook/system/mann/debuglib.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/debuglib.xml   2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/debuglib.xml   2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -31,8 +31,7 @@
       a <emphasis>hex_code</emphasis> is supplied, that value is used as the 
new value
       for the flag. Similar debug commands for other 
<emphasis>BRL-CAD</emphasis> libraries
       are <command>debugbu</command> for <emphasis>libbu</emphasis> and
-      <command>debugnmg</command>for the NMG portion of 
<emphasis>librt</emphasis>. Other
-      debugging commands include <command>debugmem</command> and 
<command>debugdir</command>.
+      <command>debugnmg</command>for the NMG portion of 
<emphasis>librt</emphasis>.
     </para>
   </refsection>
 

Deleted: brlcad/trunk/doc/docbook/system/mann/debugmem.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/debugmem.xml   2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/debugmem.xml   2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -1,59 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"; version="5.0" 
xml:id="debugmem">
-
-  <refmeta>
-    <refentrytitle>DEBUGMEM</refentrytitle>
-    <manvolnum>nged</manvolnum>
-    <refmiscinfo class="source">BRL-CAD</refmiscinfo>
-    <refmiscinfo class="manual">BRL-CAD User Commands</refmiscinfo>
-  </refmeta>
-
-  <refnamediv xml:id="name">
-    <refname>debugmem</refname>
-    <refpurpose>
-      Prints a list of all the memory blocks that have been
-      allocated and recorded in the <emphasis>memdebug</emphasis> table.
-    </refpurpose>
-  </refnamediv>
-
-  <!-- body begins here -->
-  <refsynopsisdiv xml:id="synopsis">
-    <cmdsynopsis sepchar=" ">
-      <command>debugmem</command>
-    </cmdsynopsis>
-  </refsynopsisdiv>
-
-  <refsection xml:id="description"><title>DESCRIPTION</title>
-
-    <para>
-      Prints a list of all the memory blocks that have been allocated and
-      recorded in the <emphasis>memdebug</emphasis> table. Memory allocation
-      is not normally recorded in the <emphasis>memdebug</emphasis> table, but
-      executing the <command>debugbu 2</command> command will turn on the
-      &lt;MEM_CHECK&gt; flag, and as long as that flag is set, all memory
-      allocation will be recorded.
-    </para>
-  </refsection>
-
-  <refsection xml:id="examples"><title>EXAMPLES</title>
-
-    <para>
-      The example shows the use of the <command>debugmem</command> command to
-      list allocated memory blocks.
-    </para>
-    <example><title>List allocated memory blocks.</title>
-
-      <para><prompt>mged&gt;</prompt> <userinput>debugmem</userinput></para>
-      <para>Lists allocated memory blocks.</para>
-    </example>
-  </refsection>
-
-  <refsection xml:id="author"><title>AUTHOR</title><para>BRL-CAD 
Team</para></refsection>
-
-  <refsection xml:id="bug_reports"><title>BUG REPORTS</title>
-
-    <para>
-      Reports of bugs or problems should be submitted via electronic
-      mail to &lt;d...@brlcad.org&gt;, or via the "cadbug.sh" script.
-    </para>
-  </refsection>
-</refentry>

Modified: brlcad/trunk/doc/docbook/system/mann/debugnmg.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/debugnmg.xml   2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/debugnmg.xml   2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -31,8 +31,7 @@
       value for the <emphasis>NMG</emphasis> debug flag. Similar debug commands
       for other <emphasis>BRL-CAD</emphasis> libraries are
       <command>debuglib</command> for <emphasis>librt</emphasis> and
-      <command>debugbu</command> for <emphasis>libbu</emphasis>.  Other 
debugging
-      commands include <command>debugmem</command> and 
<command>debugdir</command>.
+      <command>debugbu</command> for <emphasis>libbu</emphasis>.
     </para>
   </refsection>
 

Deleted: brlcad/trunk/doc/docbook/system/mann/memprint.xml
===================================================================
--- brlcad/trunk/doc/docbook/system/mann/memprint.xml   2018-09-25 20:49:46 UTC 
(rev 71832)
+++ brlcad/trunk/doc/docbook/system/mann/memprint.xml   2018-09-25 22:35:45 UTC 
(rev 71833)
@@ -1,54 +0,0 @@
-<refentry xmlns="http://docbook.org/ns/docbook"; version="5.0" 
xml:id="memprint">
-
-<refmeta>
-  <refentrytitle>MEMPRINT</refentrytitle>
-  <manvolnum>nged</manvolnum>
-  <refmiscinfo class="source">BRL-CAD</refmiscinfo>
-  <refmiscinfo class="manual">BRL-CAD User Commands</refmiscinfo>
-</refmeta>
-
-<refnamediv xml:id="name">
-  <refname>memprint</refname>
-  <refpurpose>Displays memory maps for debugging purposes.
-   </refpurpose>
-</refnamediv>
-
-<!-- body begins here -->
-<refsynopsisdiv xml:id="synopsis">
-  <cmdsynopsis sepchar=" ">
-    <command>memprint</command>
-  </cmdsynopsis>
-</refsynopsisdiv>
-
-<refsection xml:id="description"><title>DESCRIPTION</title>
-
-  <para>Displays memory maps for debugging purposes.
-  </para>
-</refsection>
-
-<refsection xml:id="examples"><title>EXAMPLES</title>
-
-  <para>The example shows the use of the <command>memprint</command> command 
to list memory maps for   debugging.
-    </para>
-
-  <example><title>Display memory maps for debugging.</title>
-
-    <para>
-      <prompt>mged&gt;</prompt><userinput>memprint</userinput>
-    </para>
-    <para>Lists memory maps.
-      </para>
-  </example>
-
-</refsection>
-
-<refsection xml:id="author"><title>AUTHOR</title><para>BRL-CAD 
Team</para></refsection>
-
-<refsection xml:id="bug_reports"><title>BUG REPORTS</title>
-
-  <para>
-    Reports of bugs or problems should be submitted via electronic
-    mail to &lt;d...@brlcad.org&gt;, or via the "cadbug.sh" script.
-  </para>
-</refsection>
-</refentry>

Modified: brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html
===================================================================
--- brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html      2018-09-25 
20:49:46 UTC (rev 71832)
+++ brlcad/trunk/doc/html/manuals/mged/mged_cmd_index.html      2018-09-25 
22:35:45 UTC (rev 71833)
@@ -126,9 +126,7 @@
 <TD WIDTH="21%" VALIGN="MIDDLE">
 <FONT SIZE=2><P></FONT><A HREF="#debuglib"><FONT 
SIZE=2>debuglib</FONT></A></TD>
 </TR>
-<TR><TD WIDTH="18%" VALIGN="MIDDLE">
-<FONT SIZE=2><P></FONT><A HREF="#debugmem"><FONT 
SIZE=2>debugmem</FONT></A></TD>
-<TD WIDTH="19%" VALIGN="MIDDLE">
+<TR><TD WIDTH="19%" VALIGN="MIDDLE">
 <FONT SIZE=2><P></FONT><A HREF="#debugnmg"><FONT 
SIZE=2>debugnmg</FONT></A></TD>
 <TD WIDTH="20%" VALIGN="MIDDLE">
 <FONT SIZE=2><P></FONT><A HREF="#decompose"><FONT 
SIZE=2>decompose</FONT></A></TD>
@@ -262,8 +260,6 @@
 <FONT SIZE=2><P></FONT><A HREF="#mater"><FONT SIZE=2>mater</FONT></A></TD>
 <TD WIDTH="20%" VALIGN="MIDDLE">
 <FONT SIZE=2><P></FONT><A HREF="#matpick"><FONT SIZE=2>matpick</FONT></A></TD>
-<TD WIDTH="22%" VALIGN="MIDDLE">
-<FONT SIZE=2><P></FONT><A HREF="#memprint"><FONT 
SIZE=2>memprint</FONT></A></TD>
 <TD WIDTH="21%" VALIGN="MIDDLE">
 <FONT SIZE=2><P></FONT><A HREF="#mirface"><FONT SIZE=2>mirface</FONT></A></TD>
 </TR>
@@ -1233,7 +1229,7 @@
 
 <B><DL>
 <DT><A NAME="debugbu"></A>debugbu</B> [<I>hex_code</I>]</DT>
-<DD>The &quot;debugbu&quot; command allows the user to set or check the debug 
flags used by <I>libbu</I>.  With no arguments, the <I>debugbu</I> command 
displays all the possible settings for the <I>bu_debug</I> flag and the current 
value.  When a <I>hex_code</I> is supplied, that value is used as the new value 
for <I>bu_debug</I>.  Similar debug commands for other <I>BRL-CAD</I> libraries 
are <A HREF="#debuglib">debuglib</A> for <I>librt</I> and <A 
HREF="#debugnmg">debugnmg</A> for the <A HREF="#NMG">NMG</A> portion of 
<I>librt</I>.  Other debugging commands include <A 
HREF="#debugmem">debugmem</A> and <A HREF="#debugdir">debugdir</A>.</DD>
+<DD>The &quot;debugbu&quot; command allows the user to set or check the debug 
flags used by <I>libbu</I>.  With no arguments, the <I>debugbu</I> command 
displays all the possible settings for the <I>bu_debug</I> flag and the current 
value.  When a <I>hex_code</I> is supplied, that value is used as the new value 
for <I>bu_debug</I>.  Similar debug commands for other <I>BRL-CAD</I> libraries 
are <A HREF="#debuglib">debuglib</A> for <I>librt</I> and <A 
HREF="#debugnmg">debugnmg</A> for the <A HREF="#NMG">NMG</A> portion of 
<I>librt</I>.</DD>
 <FONT SIZE=4><DT>Examples:</DT>
 </FONT>
 <DD><tt>mged&gt;</TT> <B>debugbu</DD>
@@ -1270,7 +1266,7 @@
 <P><HR ALIGN="RIGHT"></P>
 </FONT><B><DL>
 <DT><A NAME="debuglib"></A>debuglib</B> [<I>hex_code</I>]</DT>
-<DD>The &quot;debuglib&quot; command allows the user to set or check the debug 
flags used by <I>librt</I>.  With no arguments, the <I>debuglib</I> command 
displays all the possible settings for the <I>librt</I> debug flag and the 
current value.  When a <I>hex_code</I> is supplied, that value is used as the 
new value for the flag.  Similar debug commands for other <I>BRL-CAD</I> 
libraries are <A HREF="#debugbu">debugbu</A> for <I>libbu</I> and <A 
HREF="#debugnmg">debugnmg</A> for the <A HREF="#NMG">NMG</A> portion of 
<I>librt</I>.  Other debugging commands include <A 
HREF="#debugmem">debugmem</A> and <A HREF="#debugdir">debugdir</A>.</DD>
+<DD>The &quot;debuglib&quot; command allows the user to set or check the debug 
flags used by <I>librt</I>.  With no arguments, the <I>debuglib</I> command 
displays all the possible settings for the <I>librt</I> debug flag and the 
current value.  When a <I>hex_code</I> is supplied, that value is used as the 
new value for the flag.  Similar debug commands for other <I>BRL-CAD</I> 
libraries are <A HREF="#debugbu">debugbu</A> for <I>libbu</I> and <A 
HREF="#debugnmg">debugnmg</A> for the <A HREF="#NMG">NMG</A> portion of 
<I>librt</I>.</DD>
 <FONT SIZE=4><DT>Examples:</DT>
 </FONT><TT><DD>mged&gt;</TT> <B>debuglib</DD>
 </DL>
@@ -1282,17 +1278,8 @@
 
 <P><HR ALIGN="RIGHT"></P>
 </FONT><B><DL>
-<DT><A NAME="debugmem"></A>debugmem</DT>
-</B><DD>The &quot;debugmem&quot; command prints a list of all the memory 
blocks that have been allocated and recorded in the <I>memdebug</I> table. 
Memory allocation is not normally recorded in the <I>memdebug</I> table, but 
executing the <A HREF="#debugbu"><I>debugbu</I></A><I> 2</I> command will turn 
on the &lt;MEM_CHECK&gt; flag, and as long as that flag is set, all memory 
allocation will be recorded.</DD>
-<FONT SIZE=4><DT>Examples:</DT>
-</FONT><TT><DD>mged&gt;</TT> <B>debugmem</DD>
-</DL>
-</B><FONT SIZE=2><P>-- Get a list of allocated memory blocks. </P>
-
-<P><HR ALIGN="RIGHT"></P>
-</FONT><B><DL>
 <DT><A NAME="debugnmg"></A>debugnmg</B> [<I>hex_code</I>] </DT>
-<DD>The &quot;debugnmg&quot; command with no options displays a list of all 
possible debug flags available for <A HREF="#NMG">NMG</A> processing.  If the 
command is invoked with a hex number argument, that value is used as the new 
value for the <I>NMG</I> debug flag.  Similar debug commands for other 
<I>BRL-CAD</I> libraries are <A HREF="#debuglib">debuglib</A> for <I>librt</I> 
and <A HREF="#debugbu">debugbu</A> for <I>libbu</I>.  Other debugging commands 
include <A HREF="#debugmem">debugmem</A> and <A 
HREF="#debugdir">debugdir</A>.</DD>
+<DD>The &quot;debugnmg&quot; command with no options displays a list of all 
possible debug flags available for <A HREF="#NMG">NMG</A> processing.  If the 
command is invoked with a hex number argument, that value is used as the new 
value for the <I>NMG</I> debug flag.  Similar debug commands for other 
<I>BRL-CAD</I> libraries are <A HREF="#debuglib">debuglib</A> for <I>librt</I> 
and <A HREF="#debugbu">debugbu</A> for <I>libbu</I>.</DD>
 <FONT SIZE=4><DT>Examples:</DT>
 </FONT><TT><DD>mged&gt;</TT> <B>debugnmg 100</DD>
 </DL>
@@ -2245,14 +2232,6 @@
 </B><FONT SIZE=2><P>-- Select the matrix for <I>region3</I> in <I>group1</I> 
for editing. </P>
 <P><HR ALIGN="RIGHT"></P>
 </FONT><B><DL>
-<DT><A NAME="memprint"></A>memprint</DT>
-</B><DD>The &quot;memprint&quot; command displays memory maps for debugging 
purposes.</DD>
-<FONT SIZE=4><DT>Examples:</DT>
-</FONT><TT><DD>mged&gt;</TT> <B>memprint</DD>
-</DL>
-</B><FONT SIZE=2><P>-- List memory maps. </P>
-<P><HR ALIGN="RIGHT"></P>
-</FONT><B><DL>
 <DT><A NAME="mirface"></A>mirface</B> <I>#### x</I>|<I>y</I>|<I>z</DT>
 </I><DD>The &quot;mirface&quot; command modifies an <A HREF="#ARB">ARB</A> 
shape by mirroring the indicated face along the selected <I>x</I>, <I>y</I>, or 
<I>z</I> axis.  An <I>ARB</I> shape must be selected for editing.  Not all 
faces of all <I>ARB</I> types may be edited using this command.</DD>
 <FONT SIZE=4><DT>Examples:</DT>

Modified: brlcad/trunk/doc/trunk_hierarchy.org
===================================================================
--- brlcad/trunk/doc/trunk_hierarchy.org        2018-09-25 20:49:46 UTC (rev 
71832)
+++ brlcad/trunk/doc/trunk_hierarchy.org        2018-09-25 22:35:45 UTC (rev 
71833)
@@ -1053,7 +1053,6 @@
 ****** [[file:../doc/docbook/system/mann/en/window.xml][window.xml]]
 ****** [[file:../doc/docbook/system/mann/en/comb.xml][comb.xml]]
 ****** 
[[file:../doc/docbook/system/mann/en/anim_cascade.xml][anim_cascade.xml]]
-****** [[file:../doc/docbook/system/mann/en/memprint.xml][memprint.xml]]
 ****** [[file:../doc/docbook/system/mann/en/listeval.xml][listeval.xml]]
 ****** [[file:../doc/docbook/system/mann/en/3ptarb.xml][3ptarb.xml]]
 ****** 
[[file:../doc/docbook/system/mann/en/Introduction.xml][Introduction.xml]]
@@ -1201,7 +1200,6 @@
 ****** [[file:../doc/docbook/system/mann/en/em.xml][em.xml]]
 ****** [[file:../doc/docbook/system/mann/en/hide.xml][hide.xml]]
 ****** [[file:../doc/docbook/system/mann/en/wcodes.xml][wcodes.xml]]
-****** [[file:../doc/docbook/system/mann/en/debugmem.xml][debugmem.xml]]
 ****** [[file:../doc/docbook/system/mann/en/killall.xml][killall.xml]]
 ****** [[file:../doc/docbook/system/mann/en/gqa.xml][gqa.xml]]
 ***** [[file:../doc/docbook/system/mann/CMakeLists.txt][CMakeLists.txt]]
@@ -3891,7 +3889,6 @@
 *** [[file:../src/libged/orotate.c][orotate.c]]
 *** [[file:../src/libged/rect.c][rect.c]]
 *** [[file:../src/libged/get.c][get.c]]
-*** [[file:../src/libged/debugmem.c][debugmem.c]]
 *** [[file:../src/libged/loadview.c][loadview.c]]
 *** [[file:../src/libged/orient.c][orient.c]]
 *** [[file:../src/libged/killrefs.c][killrefs.c]]

Modified: brlcad/trunk/src/tclscripts/lib/Ged.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/lib/Ged.tcl     2018-09-25 20:49:46 UTC (rev 
71832)
+++ brlcad/trunk/src/tclscripts/lib/Ged.tcl     2018-09-25 22:35:45 UTC (rev 
71833)
@@ -205,7 +205,6 @@
        method debugbu {args}
        method debugdir {args}
        method debuglib {args}
-       method debugmem {args}
        method debugnmg {args}
        method decompose {args}
        method delay {args}
@@ -327,7 +326,6 @@
        method mat_arb_rot {args}
        method match {args}
        method mater {args}
-       method memprint {args}
        method mirror {args}
        method model2grid_lu {args}
        method model2view {args}
@@ -1607,10 +1605,6 @@
     eval $mGed debuglib $args
 }
 
-::itcl::body cadwidgets::Ged::debugmem {args} {
-    eval $mGed debugmem $args
-}
-
 ::itcl::body cadwidgets::Ged::debugnmg {args} {
     eval $mGed debugnmg $args
 }
@@ -2273,10 +2267,6 @@
     eval $mGed mater $args
 }
 
-::itcl::body cadwidgets::Ged::memprint {args} {
-    eval $mGed memprint $args
-}
-
 ::itcl::body cadwidgets::Ged::mirror {args} {
     eval $mGed mirror $args
 }
@@ -6245,7 +6235,6 @@
     $help add debugbu          {{[hex_code]} {activate libbu debugging}}
     $help add debugdir         {{} {dump of database directory}}
     $help add debuglib         {{[hex_code]} {activate librt debugging}}
-    $help add debugmem         {{[hex_code]} {activate memory debugging}}
     $help add debugnmg         {{[hex_code]} {activate nmg debugging}}
     $help add decompose                {{nmg_solid [prefix]}   {decompose 
nmg_solid into maximally connected shells}}
     $help add delay            {{sec usec} {delay processing for the specified 
amount of time}}
@@ -6345,7 +6334,6 @@
     $help add mat_xform_about_pt {{xform pt} {}}
     $help add mat_arb_rot      {{pt dir angle} {returns a rotation matrix}}
     $help add mater            {{region shader R G B inherit} {modify region's 
material information}}
-    $help add memprint         {{} {print memory}}
     $help add mirror           {{[-p point] [-d dir] [-x] [-y] [-z] [-o 
offset] old new}       {mirror object along the specified axis}}
     $help add model2grid_lu    {{x y z} {convert model xyz to grid coordinates 
(local units)}}
     $help add model2view       {{} {returns the model2view matrix}}

Modified: brlcad/trunk/src/tclscripts/mged/help.tcl
===================================================================
--- brlcad/trunk/src/tclscripts/mged/help.tcl   2018-09-25 20:49:46 UTC (rev 
71832)
+++ brlcad/trunk/src/tclscripts/mged/help.tcl   2018-09-25 22:35:45 UTC (rev 
71833)
@@ -138,7 +138,6 @@
 set mged_help_data(debugbu)    {{[hex_code]}   {show/set debugging bit vector 
for libbu}}
 set mged_help_data(debugdir)   {{}     {Print in-memory directory, for 
debugging}}
 set mged_help_data(debuglib)   {{[hex_code]}   {show/set debugging bit vector 
for librt}}
-set mged_help_data(debugmem)   {{}     {Print librt memory use map}}
 set mged_help_data(debugnmg)   {{[hex code]}   {show/set debugging bit vector 
for NMG}}
 set mged_help_data(decompose)  {{nmg_solid [prefix]}   {decompose nmg_solid 
into maximally connected shells}}
 set mged_help_data(delay)      {{sec usec}     {delay for the specified amount 
of time}}
@@ -217,7 +216,6 @@
 set mged_help_data(match)      $helplib_data(wdb_match)
 set mged_help_data(mater)      {{comb [material]}      {assign/delete material 
to combination}}
 set mged_help_data(matpick)    {{# | a/b}      {select arc which has matrix to 
be edited, in O_PATH state}}
-set mged_help_data(memprint)   {{}     {print memory maps}}
 set mged_help_data(mirface)    {{#### of axis} {mirror an ARB face}}
 set mged_help_data(mirror)     {{[-p point] [-d dir] [-x] [-y] [-z] [-o 
offset] old new}       {mirror primitive or combination along the specified 
axis}}
 set mged_help_data(mrot)       $helplib_data(vo_mrot)

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to