Revert D14368114: [yoga] removing unused const int

Differential Revision:
D14368114

Original commit changeset: f63b978813a0

fbshipit-source-id: 86a517b1483b0635f283702602712c42c3d51e20
This commit is contained in:
Alexander Vasyuk 2019-03-26 20:16:41 -07:00 коммит произвёл Facebook Github Bot
Родитель 95c7db90b8
Коммит ac22913121
1 изменённых файлов: 5 добавлений и 0 удалений

Просмотреть файл

@ -11,6 +11,11 @@ import com.facebook.proguard.annotations.DoNotStrip;
@DoNotStrip
public class YogaNodeJNI extends YogaNodeJNIBase {
/* Those flags needs be in sync with YGJNI.cpp */
private static final int MARGIN = 1;
private static final int PADDING = 2;
private static final int BORDER = 4;
@DoNotStrip
private float mWidth = YogaConstants.UNDEFINED;
@DoNotStrip