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