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 {