remove dead code for scalar type

BUG=skia:
TBR=

Review URL: https://codereview.chromium.org/855273003
This commit is contained in:
reed 2015-01-18 11:19:33 -08:00 committed by Commit bot
parent 03758b8c4a
commit bc4f6adeba

View File

@ -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',