Skip to content

Commit 1cb46b6

Browse files
committed
Removed an unnecessary constructor
1 parent 7879b21 commit 1cb46b6

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

TextFieldEffects/TextFieldEffects/TextFieldsEffects.swift

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -42,10 +42,6 @@ public class TextFieldEffects : UITextField, TextFieldsEffectsProtocol {
4242

4343
// MARK: - Initializers
4444

45-
public override init() {
46-
super.init()
47-
}
48-
4945
public override init(frame: CGRect) {
5046
super.init(frame: frame)
5147
}

0 commit comments

Comments
 (0)