removing unused const int

Summary: Removed unused const int

Reviewed By: davidaurelio

Differential Revision: D14368114

fbshipit-source-id: f63b978813a01a37710fac299dc7ec9aff610844
This commit is contained in:
Sidharth Guglani
2019-03-26 08:47:29 -07:00
committed by Facebook Github Bot
parent 74202aecff
commit f31917aa01

View File

@@ -11,11 +11,6 @@ import com.facebook.proguard.annotations.DoNotStrip;
@DoNotStrip @DoNotStrip
public class YogaNodeJNI extends YogaNodeJNIBase { 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 @DoNotStrip
private float mWidth = YogaConstants.UNDEFINED; private float mWidth = YogaConstants.UNDEFINED;
@DoNotStrip @DoNotStrip