This website works better with JavaScript.
Home
Explore
Help
Sign In
gtheler
/
libreblackjack
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
removed unused block of code
master
gtheler
5 years ago
parent
4d8e4bc87f
commit
c795349e01
1 changed files
with
0 additions
and
6 deletions
Split View
Show Diff Stats
+0
-6
src/tty.cpp
+ 0
- 6
src/tty.cpp
View File
@@ -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;
}
Write
Preview
Loading…
Cancel
Save