Skip to content

Commit

Permalink
Removed unused headers.
Browse files Browse the repository at this point in the history
  • Loading branch information
Unarelith committed Oct 29, 2023
1 parent 7d54b8f commit 870ef40
Show file tree
Hide file tree
Showing 5 changed files with 0 additions and 7 deletions.
1 change: 0 additions & 1 deletion source/client/core/ClientApplication.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@

#include <gk/core/input/GamePad.hpp>
#include <gk/core/Mouse.hpp>
#include <gk/gl/GLCheck.hpp>

#include "BlockGeometry.hpp"
#include "ClientApplication.hpp"
Expand Down
1 change: 0 additions & 1 deletion source/client/graphics/PlayerBox.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
*
* =====================================================================================
*/
#include <gk/gl/GLCheck.hpp>
#include <gk/resource/ResourceHandler.hpp>

#include "Camera.hpp"
Expand Down
1 change: 0 additions & 1 deletion source/client/hud/BlockCursor.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
#include <glm/gtc/matrix_transform.hpp>

#include <gk/core/input/GamePad.hpp>
#include <gk/gl/GLCheck.hpp>
#include <gk/gl/Vertex.hpp>
#include <gk/core/GameClock.hpp>
#include <gk/resource/ResourceHandler.hpp>
Expand Down
2 changes: 0 additions & 2 deletions source/client/world/ClientChunk.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@
*
* =====================================================================================
*/
#include <gk/gl/GLCheck.hpp>

#include "ClientChunk.hpp"
#include "ClientWorld.hpp"
#include "TextureAtlas.hpp"
Expand Down
2 changes: 0 additions & 2 deletions source/client/world/ClientWorld.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -133,8 +133,6 @@ void ClientWorld::changeDimension(u16 dimensionID) {

const Sky &sky = Registry::getInstance().getSkyFromStringID(dimension.sky());
m_sky = &sky;

// glCheck(glClearColor(sky.color().r, sky.color().g, sky.color().b, sky.color().a));
}

void ClientWorld::receiveChunkData(Network::Packet &packet) {
Expand Down

0 comments on commit 870ef40

Please sign in to comment.