mirror of
https://github.com/TelegramMessenger/Telegram-iOS.git
synced 2026-07-06 03:33:41 +02:00
don't add a target selector for removed method
This commit is contained in:
parent
bf1a2b5655
commit
83d6715c13
1 changed files with 0 additions and 1 deletions
|
|
@ -171,7 +171,6 @@
|
|||
[self.titleLabel setFont:[UIFont boldSystemFontOfSize:13.0]];
|
||||
|
||||
// register for touch events
|
||||
[self addTarget:self action:@selector(touchedUpOutside:) forControlEvents:UIControlEventTouchUpOutside];
|
||||
[self addTarget:self action:@selector(buttonPressed:) forControlEvents:UIControlEventTouchUpInside];
|
||||
|
||||
// border layers for more sex!
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue