From e1325d9475e85ba95fd8b066898c068ed87d46b3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Madar=C3=A1sz?= Date: Tue, 8 Aug 2023 00:45:44 +0200 Subject: [PATCH] remove banner --- yalpa.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/yalpa.cpp b/yalpa.cpp index 5ec7b15..0e1ab03 100644 --- a/yalpa.cpp +++ b/yalpa.cpp @@ -80,7 +80,6 @@ void updateBuffers(ALuint src, ALuint bufs[numBuf]) int main(int argc, char * argv[]) { - std::cout << "OpenAL test project\n"; // set stdin to binary mode #ifdef _WIN32 _setmode(_fileno(stdin), _O_BINARY);