QTfrontend/hwform.cpp
changeset 7741 d216f0599291
parent 7723 ca05b576ec74
child 7743 dc41e9222d2c
--- a/QTfrontend/hwform.cpp	Wed Oct 10 23:15:58 2012 +0400
+++ b/QTfrontend/hwform.cpp	Wed Oct 10 23:30:34 2012 +0400
@@ -626,19 +626,6 @@
     {
         config->reloadVideosValues();
     }
-
-    // load and save ignore/friends lists
-    if (lastid == ID_PAGE_NETGAME) // leaving a room
-        ui.pageNetGame->pChatWidget->saveLists(ui.pageOptions->editNetNick->text());
-    else if(lastid == ID_PAGE_ROOMSLIST) // leaving the lobby
-        ui.pageRoomsList->chatWidget->saveLists(ui.pageOptions->editNetNick->text());
-
-    if (id == ID_PAGE_NETGAME) // joining a room
-        ui.pageNetGame->pChatWidget->loadLists(ui.pageOptions->editNetNick->text());
-// joining the lobby
-    else if (id == ID_PAGE_ROOMSLIST)
-        ui.pageRoomsList->chatWidget->loadLists(ui.pageOptions->editNetNick->text());
-
 }
 
 void HWForm::GoToPage(int id)