diff --git a/java/com/facebook/yoga/YogaEventListener.java b/java/com/facebook/yoga/YogaEventListener.java deleted file mode 100644 index cc7e9ebd..00000000 --- a/java/com/facebook/yoga/YogaEventListener.java +++ /dev/null @@ -1,17 +0,0 @@ -/** - * Copyright (c) Facebook, Inc. and its affiliates. - * - * This source code is licensed under the MIT license found in the LICENSE - * file in the root directory of this source tree. - */ -package com.facebook.yoga; - -public interface YogaEventListener { - - void onLayoutPassEnd(YogaNode node); - - void onNodeMeasure(YogaNode node); - - void onNodeLayout(YogaNode node, boolean performLayout); - -}