summaryrefslogtreecommitdiffstats
path: root/src/RendererSection.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/RendererSection.cpp')
-rw-r--r--src/RendererSection.cpp4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/RendererSection.cpp b/src/RendererSection.cpp
index 7ea74df..817a3c2 100644
--- a/src/RendererSection.cpp
+++ b/src/RendererSection.cpp
@@ -38,10 +38,6 @@ RendererSection::RendererSection(RendererSection && other) {
swap(*this, other);
}
-RendererSection::~RendererSection() {
-
-}
-
void RendererSection::RenderSolid() {
OPTICK_EVENT();
solidPipelineInstance->Activate();