Просмотр исходного кода

removed unused block of code

master
gtheler 5 лет назад
Родитель
Сommit
c795349e01
1 измененных файлов: 0 добавлений и 6 удалений
  1. +0
    -6
      src/tty.cpp

+ 0
- 6
src/tty.cpp Просмотреть файл

@@ -177,12 +177,6 @@ void Tty::info(Info msg, int intData) {
}
std::cout << green << s << reset << std::endl;
/*
if (msg == Info::CardDealerHoleDealt) {
render(&dealerHand);
render(&(*currentHand));
}
*/
return;
}


Загрузка…
Отмена
Сохранить