From a581e91f1cb03b7338380d30bd8e1c1f799e10aa Mon Sep 17 00:00:00 2001 From: gradient Date: Wed, 18 Oct 2017 14:20:04 -0500 Subject: [PATCH] remove pipeline/post.h and refs --- src/pipeline/post.h | 4 ---- src/project.h | 3 --- 2 files changed, 7 deletions(-) delete mode 100644 src/pipeline/post.h diff --git a/src/pipeline/post.h b/src/pipeline/post.h deleted file mode 100644 index 41e9d87..0000000 --- a/src/pipeline/post.h +++ /dev/null @@ -1,4 +0,0 @@ -#pragma once - -struct PostConfig { -}; diff --git a/src/project.h b/src/project.h index ba2763c..6cd1bca 100644 --- a/src/project.h +++ b/src/project.h @@ -7,7 +7,6 @@ #include #include "shaders.h" -#include "pipeline/post.h" namespace fs = std::experimental::filesystem; @@ -16,8 +15,6 @@ public: std::string name; ShaderBundle::ProgramHandle* shader_p; - - PostConfig postConfig; }; class NullScene : public Scene {