Skip to content

Commit

Permalink
removed hideous error callback
Browse files Browse the repository at this point in the history
  • Loading branch information
Israfil committed Feb 8, 2025
1 parent 9fd176e commit 4310ad0
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions Lightbleeder/Source/Window.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,6 @@ namespace Lightbleeder
{
Window::Window()
{
glfwSetErrorCallback([](int error, const char *description) {
std::cout << "Error " << error << ": " << description
<< std::endl;
});

bool initialized = glfwInit();
if (!initialized)
// TODO: Log system.
Expand Down

0 comments on commit 4310ad0

Please sign in to comment.