Skip to content

Commit 735ca6c

Browse files
committed
fix issue from merge
1 parent 991db46 commit 735ca6c

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

cocos/ui/UIEditBox/UIEditBoxImpl-common.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -135,8 +135,6 @@ class CC_GUI_DLL EditBoxImplCommon : public EditBoxImpl
135135
void refreshLabelAlignment();
136136
void placeInactiveLabels(const Size& size);
137137
virtual void doAnimationWhenKeyboardMove(float duration, float distance) override { CC_UNUSED_PARAM(duration); CC_UNUSED_PARAM(distance); };
138-
139-
Size applyPadding(const Size& size) const;
140138

141139
Label* _label;
142140
Label* _labelPlaceHolder;

0 commit comments

Comments
 (0)