aboutsummaryrefslogtreecommitdiff
path: root/CST 126/Homework 1/clear.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'CST 126/Homework 1/clear.hpp')
-rw-r--r--CST 126/Homework 1/clear.hpp8
1 files changed, 0 insertions, 8 deletions
diff --git a/CST 126/Homework 1/clear.hpp b/CST 126/Homework 1/clear.hpp
index 7adbb79..e978d1a 100644
--- a/CST 126/Homework 1/clear.hpp
+++ b/CST 126/Homework 1/clear.hpp
@@ -6,14 +6,6 @@
using std::cout;
using std::cin;
-inline void WaitEnter()
-{
- char key;
-
- cout << "\nPress any key and enter to continue...";
- cin >> key;
-}
-
inline void ClearScreen()
{
cout << "\033[2J\033[1;1H";