Revision: 54042
          http://brlcad.svn.sourceforge.net/brlcad/?rev=54042&view=rev
Author:   brlcad
Date:     2012-12-11 19:05:11 +0000 (Tue, 11 Dec 2012)
Log Message:
-----------
bn_rand_mt_state_set_global() isn't used and has an inconsistent name, so bye 
bye it goes.

Modified Paths:
--------------
    brlcad/trunk/src/libbn/randmt.c

Modified: brlcad/trunk/src/libbn/randmt.c
===================================================================
--- brlcad/trunk/src/libbn/randmt.c     2012-12-11 17:51:00 UTC (rev 54041)
+++ brlcad/trunk/src/libbn/randmt.c     2012-12-11 19:05:11 UTC (rev 54042)
@@ -142,12 +142,6 @@
 }
 
 void
-bn_rand_mt_state_set_global(struct _internal_state_s *is)
-{
-    global_state = is;
-}
-
-void
 bn_randmt_seed(unsigned long seed)
 {
     bn_randmt_state_seed(global_state, (uint32_t)seed);

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


------------------------------------------------------------------------------
LogMeIn Rescue: Anywhere, Anytime Remote support for IT. Free Trial
Remotely access PCs and mobile devices and provide instant support
Improve your efficiency, and focus on delivering more value-add services
Discover what IT Professionals Know. Rescue delivers
http://p.sf.net/sfu/logmein_12329d2d
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to