summaryrefslogtreecommitdiffstats
path: root/src/mesa/main/imports.h
diff options
context:
space:
mode:
authorMarek Olšák <[email protected]>2016-11-18 19:23:55 +0100
committerMarek Olšák <[email protected]>2016-11-22 18:05:51 +0100
commit6dfdf52b6af416fccf28420d64585d809d745b0a (patch)
tree4821db97da63a428a0cbf86b7e40f8f6c12192be /src/mesa/main/imports.h
parent86514d84e0beec47c82da4888db12bf07f33cb83 (diff)
mesa: use util_hash_crc32 instead of _mesa_str_checksum
Reviewed-by: Timothy Arceri <[email protected]>
Diffstat (limited to 'src/mesa/main/imports.h')
-rw-r--r--src/mesa/main/imports.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mesa/main/imports.h b/src/mesa/main/imports.h
index 21bcb10c006..ef7c378931e 100644
--- a/src/mesa/main/imports.h
+++ b/src/mesa/main/imports.h
@@ -346,9 +346,6 @@ _mesa_half_is_negative(GLhalfARB h)
return h & 0x8000;
}
-extern unsigned int
-_mesa_str_checksum(const char *str);
-
extern int
_mesa_snprintf( char *str, size_t size, const char *fmt, ... ) PRINTFLIKE(3, 4);