Revision: 70108
          http://sourceforge.net/p/brlcad/code/70108
Author:   brlcad
Date:     2017-08-23 18:08:34 +0000 (Wed, 23 Aug 2017)
Log Message:
-----------
remove obsolete function stubs.

Modified Paths:
--------------
    brlcad/trunk/src/librt/binunif/db5_bin.c

Modified: brlcad/trunk/src/librt/binunif/db5_bin.c
===================================================================
--- brlcad/trunk/src/librt/binunif/db5_bin.c    2017-08-23 17:52:35 UTC (rev 
70107)
+++ brlcad/trunk/src/librt/binunif/db5_bin.c    2017-08-23 18:08:34 UTC (rev 
70108)
@@ -66,42 +66,7 @@
 };
 
 
-/**
- * XXX these are the interface routines needed for table.c
- */
-int
-rt_bin_unif_export5(struct bu_external *UNUSED(ep),
-                   const struct rt_db_internal *UNUSED(ip),
-                   double UNUSED(local2mm),
-                   const struct db_i *UNUSED(dbip),
-                   struct resource *UNUSED(resp))
-{
-    bu_log("rt_bin_unif_export5() not implemented\n");
-    return -1;
-}
 
-int
-rt_bin_unif_import5(struct rt_db_internal *UNUSED(ip),
-                   const struct bu_external *UNUSED(ep),
-                   const mat_t UNUSED(mat),
-                   const struct db_i *UNUSED(dbip),
-                   struct resource *UNUSED(resp))
-{
-    bu_log("rt_bin_unif_import5() not implemented\n");
-    return -1;
-}
-
-int
-rt_bin_mime_import5(struct rt_db_internal * UNUSED(ip),
-                   const struct bu_external *UNUSED(ep),
-                   const mat_t UNUSED(mat),
-                   const struct db_i *UNUSED(dbip),
-                   struct resource *UNUSED(resp))
-{
-    bu_log("rt_bin_mime_import5() not implemented\n");
-    return -1;
-}
-
 /**
  * Import a uniform-array binary object from the database format to
  * the internal structure.
@@ -211,7 +176,7 @@
 void
 rt_binunif_dump(struct rt_binunif_internal *bip) {
     RT_CK_BINUNIF(bip);
-    bu_log("rt_bin_unif_internal <%p>...\n", (void *)bip);
+    bu_log("rt_binunif_internal <%p>...\n", (void *)bip);
     bu_log("  type = x%x = %d", bip->type, bip->type);
     bu_log("  count = %ld  first = 0x%02x", bip->count,
           bip->u.uint8[0] & 0x0ff);

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


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to