projects
/
mesa.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e033d2c
)
mesa: remove unused isblank() function
author
Brian Paul
<brianp@vmware.com>
Tue, 24 Feb 2015 22:05:47 +0000
(15:05 -0700)
committer
Brian Paul
<brianp@vmware.com>
Wed, 25 Feb 2015 00:10:28 +0000
(17:10 -0700)
Reviewed-by: Matt Turner <mattst88@gmail.com>
src/mesa/main/imports.h
patch
|
blob
|
history
diff --git
a/src/mesa/main/imports.h
b/src/mesa/main/imports.h
index 7fb9381e546f4c11e1559e254aa9afd2d1cf495a..a6e4d9eafb61908240f1b18ed05e624633500884 100644
(file)
--- a/
src/mesa/main/imports.h
+++ b/
src/mesa/main/imports.h
@@
-92,7
+92,6
@@
typedef union { GLfloat f; GLint i; GLuint u; } fi_type;
#if defined(_MSC_VER)
#if _MSC_VER < 1800 /* Not req'd on VS2013 and above */
-static inline int isblank(int ch) { return ch == ' ' || ch == '\t'; }
#define strtoll(p, e, b) _strtoi64(p, e, b)
#endif /* _MSC_VER < 1800 */
#define strcasecmp(s1, s2) _stricmp(s1, s2)