[Bf-blender-cvs] [4cf6ed6] temp-ghash-basis: Remove dummy redefinitions of 'ghash internal API' functions, not needed anymore.

Bastien Montagne noreply at git.blender.org
Thu Mar 19 16:07:50 CET 2015


Commit: 4cf6ed6909c931a2614f4c77997abcc354fda89a
Author: Bastien Montagne
Date:   Thu Mar 19 16:06:54 2015 +0100
Branches: temp-ghash-basis
https://developer.blender.org/rB4cf6ed6909c931a2614f4c77997abcc354fda89a

Remove dummy redefinitions of 'ghash internal API' functions, not needed anymore.

===================================================================

M	source/blender/blenlib/intern/BLI_ghash.c

===================================================================

diff --git a/source/blender/blenlib/intern/BLI_ghash.c b/source/blender/blenlib/intern/BLI_ghash.c
index 7b9500b..6e730ed 100644
--- a/source/blender/blenlib/intern/BLI_ghash.c
+++ b/source/blender/blenlib/intern/BLI_ghash.c
@@ -1267,22 +1267,6 @@ GSet *BLI_gset_pair_new(const char *info)
 
 #include "BLI_math.h"
 
-#ifndef GHASH_INTERNAL_API
-
-int BLI_ghash_buckets_size(GHash *gh);
-int BLI_gset_buckets_size(GSet *gs);
-
-double BLI_ghash_calc_quality_ex(
-        GHash *gh, double *r_load, double *r_variance,
-        double *r_prop_empty_buckets, double *r_prop_overloaded_buckets, int *r_biggest_bucket);
-double BLI_gset_calc_quality_ex(
-        GSet *gs, double *r_load, double *r_variance,
-        double *r_prop_empty_buckets, double *r_prop_overloaded_buckets, int *r_biggest_bucket);
-double BLI_ghash_calc_quality(GHash *gh);
-double BLI_gset_calc_quality(GSet *gs);
-
-#endif
-
 /**
  * \return number of buckets in the GHash.
  */




More information about the Bf-blender-cvs mailing list