Skip to content

Commit

Permalink
drop config
Browse files Browse the repository at this point in the history
  • Loading branch information
mohlek committed Aug 2, 2017
1 parent 712d40f commit 2778ef7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 11 deletions.
4 changes: 0 additions & 4 deletions src/engine/Window.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@
#include <GL/glew.h>
#include <GLFW/glfw3.h>

#include "config.h"

namespace Engine {

class Window {
Expand All @@ -14,8 +12,6 @@ namespace Engine {
GLFWmonitor* monitor;
const GLFWvidmode* mode;

CONFIG::WINDOW_STATE windowState;

static void errorCallback(int error, const char* desc);
static void keyCallback(GLFWwindow* window, int key, int scancode, int action, int mods);

Expand Down
7 changes: 0 additions & 7 deletions src/engine/config.h

This file was deleted.

0 comments on commit 2778ef7

Please sign in to comment.