diff --git a/common/gal/opengl/opengl_gal.cpp b/common/gal/opengl/opengl_gal.cpp index 3a94d33e50..640a1b4ae9 100644 --- a/common/gal/opengl/opengl_gal.cpp +++ b/common/gal/opengl/opengl_gal.cpp @@ -167,9 +167,6 @@ void OPENGL_GAL::BeginDrawing() glEnable( GL_BLEND ); glBlendFunc( GL_SRC_ALPHA, GL_ONE_MINUS_SRC_ALPHA ); - // Enable smooth lines - glEnable( GL_LINE_SMOOTH ); - glMatrixMode( GL_MODELVIEW ); // Set up the world <-> screen transformation