Skip to content

Commit 5c3d710

Browse files
committed
Remove unnessesry function
1 parent f62e64e commit 5c3d710

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

Keyboard/KeyboardLayoutEngine/KeyboardLayout.swift

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -142,11 +142,6 @@ public class KeyboardLayout: UIView {
142142
}
143143

144144
// MARK: Touch Handling
145-
private func getKeyboardButton(atPoint point: CGPoint) -> KeyboardButton? {
146-
147-
return nil
148-
}
149-
150145
public override func touchesBegan(touches: Set<UITouch>, withEvent event: UIEvent?) {
151146
super.touchesBegan(touches, withEvent: event)
152147
for touch in touches {

0 commit comments

Comments
 (0)