mirror of
https://github.com/profanity-im/profanity.git
synced 2025-01-03 14:57:42 -05:00
Remove not needed code
Was left over from refactoring a long time ago.
This commit is contained in:
parent
d1f388cbd7
commit
6161235733
@ -569,10 +569,6 @@ mucwin_requires_config(ProfMucWin *mucwin)
|
||||
|
||||
ProfWin *window = (ProfWin*)mucwin;
|
||||
int num = wins_get_num(window);
|
||||
int ui_index = num;
|
||||
if (ui_index == 10) {
|
||||
ui_index = 0;
|
||||
}
|
||||
|
||||
win_println(window, THEME_DEFAULT, '-', "");
|
||||
win_println(window, THEME_ROOMINFO, '!', "Room locked, requires configuration.");
|
||||
|
Loading…
Reference in New Issue
Block a user