From 44df6df75d6c15bb8b492687a8d64818f3106ab9 Mon Sep 17 00:00:00 2001 From: Gary Talent Date: Fri, 4 Feb 2022 00:19:06 -0600 Subject: [PATCH] [nostalgia/core] Remove unnecessary file --- src/nostalgia/core/CMakeLists.txt | 1 - src/nostalgia/core/context.cpp | 9 --------- 2 files changed, 10 deletions(-) delete mode 100644 src/nostalgia/core/context.cpp diff --git a/src/nostalgia/core/CMakeLists.txt b/src/nostalgia/core/CMakeLists.txt index d5c65486..0bc67d33 100644 --- a/src/nostalgia/core/CMakeLists.txt +++ b/src/nostalgia/core/CMakeLists.txt @@ -47,7 +47,6 @@ endif() add_library( NostalgiaCore - context.cpp gfx.cpp media.cpp ${NOSTALGIA_CORE_IMPL_SRC} diff --git a/src/nostalgia/core/context.cpp b/src/nostalgia/core/context.cpp deleted file mode 100644 index 352da561..00000000 --- a/src/nostalgia/core/context.cpp +++ /dev/null @@ -1,9 +0,0 @@ -/* - * Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved. - */ - -#include "context.hpp" - -namespace nostalgia::core { - -} \ No newline at end of file