From d419e2e90cc3bb3fd6aa89baab8b4f4caa2001e1 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Fri, 11 Jul 2014 15:07:55 +1000 Subject: WM: add WM_operator_properties_create_ptr Call operator types directly and avoid a lookup when their known. --- source/blender/blenlib/intern/smallhash.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'source/blender/blenlib/intern/smallhash.c') diff --git a/source/blender/blenlib/intern/smallhash.c b/source/blender/blenlib/intern/smallhash.c index d6b2383bd47..adcd10f4b72 100644 --- a/source/blender/blenlib/intern/smallhash.c +++ b/source/blender/blenlib/intern/smallhash.c @@ -44,8 +44,6 @@ * * Note that the values and keys are often pointers or index values, * use the maximum values to avoid real pointers colliding with magic numbers. - * - * \note these have the SMHASH prefix because we may want to make them public. */ #include -- cgit v1.2.3