Revision: 65588
http://sourceforge.net/p/brlcad/code/65588
Author: starseeker
Date: 2015-07-12 01:04:54 +0000 (Sun, 12 Jul 2015)
Log Message:
-----------
Remove no-op functions that aren't used anywhere with Tcl_Interp args.
Modified Paths:
--------------
brlcad/trunk/src/librt/primitives/brep/brep.cpp
Modified: brlcad/trunk/src/librt/primitives/brep/brep.cpp
===================================================================
--- brlcad/trunk/src/librt/primitives/brep/brep.cpp 2015-07-12 00:53:59 UTC
(rev 65587)
+++ brlcad/trunk/src/librt/primitives/brep/brep.cpp 2015-07-12 01:04:54 UTC
(rev 65588)
@@ -92,8 +92,6 @@
int rt_brep_import5(struct rt_db_internal *ip, const struct bu_external *ep,
register const fastf_t *mat, const struct db_i *dbip);
void rt_brep_ifree(struct rt_db_internal *ip);
int rt_brep_describe(struct bu_vls *str, const struct rt_db_internal *ip, int
verbose, double mm2local);
-int rt_brep_tclget(Tcl_Interp *interp, const struct rt_db_internal *intern,
const char *attr);
-int rt_brep_tcladjust(Tcl_Interp *interp, struct rt_db_internal *intern, int
argc, const char **argv);
int rt_brep_params(struct pc_pc_set *, const struct rt_db_internal *ip);
RT_EXPORT extern int rt_brep_boolean(struct rt_db_internal *out, const struct
rt_db_internal *ip1, const struct rt_db_internal *ip2, db_op_t operation);
struct rt_selection_set *rt_brep_find_selections(const struct rt_db_internal
*ip, const struct rt_selection_query *query);
@@ -4841,22 +4839,7 @@
return 0;
}
-
int
-rt_brep_tclget(Tcl_Interp *, const struct rt_db_internal *, const char *)
-{
- return 0;
-}
-
-
-int
-rt_brep_tcladjust(Tcl_Interp *, struct rt_db_internal *, int, const char **)
-{
- return 0;
-}
-
-
-int
rt_brep_params(struct pc_pc_set *, const struct rt_db_internal *)
{
return 0;
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Don't Limit Your Business. Reach for the Cloud.
GigeNET's Cloud Solutions provide you with the tools and support that
you need to offload your IT needs and focus on growing your business.
Configured For All Businesses. Start Your Cloud Today.
https://www.gigenetcloud.com/
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits