Revision: 73948
          http://sourceforge.net/p/brlcad/code/73948
Author:   brlcad
Date:     2019-09-17 21:50:40 +0000 (Tue, 17 Sep 2019)
Log Message:
-----------
unused funcs

Modified Paths:
--------------
    brlcad/trunk/include/tclcad.h
    brlcad/trunk/src/libtclcad/libfuncs.c

Modified: brlcad/trunk/include/tclcad.h
===================================================================
--- brlcad/trunk/include/tclcad.h       2019-09-17 21:48:24 UTC (rev 73947)
+++ brlcad/trunk/include/tclcad.h       2019-09-17 21:50:40 UTC (rev 73948)
@@ -229,7 +229,6 @@
  * of this power.
  */
 TCLCAD_EXPORT extern void tclcad_rt_setup(Tcl_Interp *interp);
-TCLCAD_EXPORT extern int Sysv_Init(Tcl_Interp *interp);
 
 
 /**

Modified: brlcad/trunk/src/libtclcad/libfuncs.c
===================================================================
--- brlcad/trunk/src/libtclcad/libfuncs.c       2019-09-17 21:48:24 UTC (rev 
73947)
+++ brlcad/trunk/src/libtclcad/libfuncs.c       2019-09-17 21:50:40 UTC (rev 
73948)
@@ -1914,20 +1914,7 @@
     return TCL_OK;
 }
 
-int
-Sysv_Init(Tcl_Interp *UNUSED(interp))
-{
-    return TCL_OK;
-}
 
-int
-Pkg_Init(Tcl_Interp *interp)
-{
-    if (!interp)
-       return TCL_ERROR;
-    return TCL_OK;
-}
-
 #define RT_FUNC_TCL_CAST(_func) ((int (*)(ClientData clientData, Tcl_Interp 
*interp, int argc, const char *const *argv))_func)
 
 static int tclcad_rt_shootray(ClientData clientData, Tcl_Interp *interp, int 
argc, const char *const *argv);

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



_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to