From f4ff8f0e40fb65146009d4cd87a6f940d5fea132 Mon Sep 17 00:00:00 2001 From: Hayodea Hakol Date: Fri, 15 Aug 2025 09:36:24 -0400 Subject: [PATCH] Delete superfluous files --- smocore/include/artificedMentalExistent.h | 31 ------------------- .../include/fantasyArtificedMentalExistent.h | 24 -------------- 2 files changed, 55 deletions(-) delete mode 100644 smocore/include/artificedMentalExistent.h delete mode 100644 smocore/include/fantasyArtificedMentalExistent.h diff --git a/smocore/include/artificedMentalExistent.h b/smocore/include/artificedMentalExistent.h deleted file mode 100644 index 885074e..0000000 --- a/smocore/include/artificedMentalExistent.h +++ /dev/null @@ -1,31 +0,0 @@ -#ifndef _ARTIFICED_MENTAL_PHENOMENON_H -#define _ARTIFICED_MENTAL_PHENOMENON_H - -#include "implexa.h" - -namespace smo { - -class FogArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef FogArtificedMentalPhenomenon Fogen, Fogena; - -class IdyllicArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef IdyllicArtificedMentalPhenomenon Idyllen, Idyllena; - -class FantasyArtificedMentalPhenomenon -: public ArtificedMentalPhenomenon -{ -}; - -typedef FantasyArtificedMentalPhenomenon Fantan, Fantana; - -} // namespace smo - -#endif diff --git a/smocore/include/fantasyArtificedMentalExistent.h b/smocore/include/fantasyArtificedMentalExistent.h deleted file mode 100644 index e90ddd7..0000000 --- a/smocore/include/fantasyArtificedMentalExistent.h +++ /dev/null @@ -1,24 +0,0 @@ -#ifndef _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H -#define _FANTASY_ARTIFICED_MENTAL_PHENOMENON_H - -#include "artificedMentalPhenomenon.h" - -namespace smo { - -class FictionalFantasyArtificedMentalPhenomenon -: public FantasyArtificedMentalPhenomenon -{ -}; - -typedef FictionalFantasyArtificedMentalPhenomenon Ficten, Fictena; - -class AspirationFantasyArtificedMentalPhenomenon -: public FantasyArtificedMentalPhenomenon -{ -}; - -typedef AspirationFantasyArtificedMentalPhenomenon Aspan, Aspana; - -} // namespace smo - -#endif