aboutsummaryrefslogtreecommitdiffhomepage
path: root/include/gpu/GrTypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/gpu/GrTypes.h')
-rw-r--r--include/gpu/GrTypes.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/include/gpu/GrTypes.h b/include/gpu/GrTypes.h
index 49397a5f03..9c68af2ced 100644
--- a/include/gpu/GrTypes.h
+++ b/include/gpu/GrTypes.h
@@ -70,11 +70,6 @@ template <typename T> const T& GrMax(const T& a, const T& b) {
}
/**
- * Count elements in an array
- */
-#define GR_ARRAY_COUNT(array) SK_ARRAY_COUNT(array)
-
-/**
* 16.16 fixed point type
*/
typedef int32_t GrFixed;