[nostalgia/core] Remove unnecessary file

This commit is contained in:
Gary Talent 2022-02-04 00:19:06 -06:00
parent f34a09351f
commit 44df6df75d
2 changed files with 0 additions and 10 deletions

View File

@ -47,7 +47,6 @@ endif()
add_library(
NostalgiaCore
context.cpp
gfx.cpp
media.cpp
${NOSTALGIA_CORE_IMPL_SRC}

View File

@ -1,9 +0,0 @@
/*
* Copyright 2016 - 2022 Gary Talent (gary@drinkingtea.net). All rights reserved.
*/
#include "context.hpp"
namespace nostalgia::core {
}