remove dead code for scalar type
BUG=skia: TBR= Review URL: https://codereview.chromium.org/855273003
This commit is contained in:
parent
03758b8c4a
commit
bc4f6adeba
@ -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',
|
||||
|
Loading…
Reference in New Issue
Block a user