remove pipeline.h

This commit is contained in:
scawful
2024-07-24 09:37:35 -04:00
parent 8e9f5d345b
commit 3710ee5ed9
18 changed files with 6 additions and 62 deletions

View File

@@ -1,13 +0,0 @@
#include "pipeline.h"
namespace yaze {
namespace app {
namespace gui {
} // namespace gui
} // namespace app
} // namespace yaze

View File

@@ -1,14 +0,0 @@
#ifndef YAZE_APP_CORE_PIPELINE_H
#define YAZE_APP_CORE_PIPELINE_H
namespace yaze {
namespace app {
namespace gui {
} // namespace gui
} // namespace app
} // namespace yaze
#endif