From e859391077da8ddac49342b37c6d16bc1f633d72 Mon Sep 17 00:00:00 2001 From: Thomas Jentzsch Date: Tue, 7 Dec 2021 16:14:58 +0100 Subject: [PATCH] removed Icon.cxx --- src/gui/Icon.cxx | 31 ------------------------------ src/windows/Stella.vcxproj | 1 - src/windows/Stella.vcxproj.filters | 3 --- 3 files changed, 35 deletions(-) delete mode 100644 src/gui/Icon.cxx diff --git a/src/gui/Icon.cxx b/src/gui/Icon.cxx deleted file mode 100644 index f334311fe..000000000 --- a/src/gui/Icon.cxx +++ /dev/null @@ -1,31 +0,0 @@ -//============================================================================ -// -// SSSS tt lll lll -// SS SS tt ll ll -// SS tttttt eeee ll ll aaaa -// SSSS tt ee ee ll ll aa -// SS tt eeeeee ll ll aaaaa -- "An Atari 2600 VCS Emulator" -// SS SS tt ee ll ll aa aa -// SSSS ttt eeeee llll llll aaaaa -// -// Copyright (c) 1995-2021 by Bradford W. Mott, Stephen Anthony -// and the Stella Team -// -// See the file "License.txt" for information on usage and redistribution of -// this file, and for a DISCLAIMER OF ALL WARRANTIES. -// -// Based on code from ScummVM - Scumm Interpreter -// Copyright (C) 2002-2004 The ScummVM project -//============================================================================ - -#include "Icon.hxx" - -namespace GUI { - -// - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -//Icon::Icon(const IconDesc& desc, cont uI) -// : myIconDesc{desc} -//{ -//} - -} // namespace GUI diff --git a/src/windows/Stella.vcxproj b/src/windows/Stella.vcxproj index a507a1186..9936b34db 100755 --- a/src/windows/Stella.vcxproj +++ b/src/windows/Stella.vcxproj @@ -912,7 +912,6 @@ - diff --git a/src/windows/Stella.vcxproj.filters b/src/windows/Stella.vcxproj.filters index 9577414e2..3f806f8cf 100644 --- a/src/windows/Stella.vcxproj.filters +++ b/src/windows/Stella.vcxproj.filters @@ -1125,9 +1125,6 @@ Source Files\gui - - Source Files\gui -