소스 검색

mesa: remove unused isblank() function

Reviewed-by: Matt Turner <mattst88@gmail.com>
tags/10.6-branchpoint
Brian Paul 10 년 전
부모
커밋
612143b2d0
1개의 변경된 파일0개의 추가작업 그리고 1개의 파일을 삭제
  1. 0
    1
      src/mesa/main/imports.h

+ 0
- 1
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)

Loading…
취소
저장