aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--gyp/common.gypi11
1 files changed, 0 insertions, 11 deletions
diff --git a/gyp/common.gypi b/gyp/common.gypi
index 54d81cf1f5..ce3fc2669d 100644
--- a/gyp/common.gypi
+++ b/gyp/common.gypi
@@ -50,17 +50,6 @@
'common_conditions.gypi',
],
'conditions': [
- [ 'skia_scalar == "float"',
- {
- 'defines': [
- 'SK_SCALAR_IS_FLOAT',
- ],
- }, { # else, skia_scalar != "float"
- 'defines': [
- 'SK_SCALAR_IS_FIXED',
- ],
- }
- ],
[ 'skia_mesa', {
'defines': [
'SK_MESA',