From 05aa96d20ca726908a7d8b1943f86f0c4e11bf18 Mon Sep 17 00:00:00 2001 From: SulfurNitride Date: Wed, 17 Jun 2026 01:46:09 -0500 Subject: Prepare Nexus-safe release cleanup --- .../installer/integration/FomodDataContent.h | 21 --------------------- 1 file changed, 21 deletions(-) delete mode 100644 libs/installer_fomod_plus/installer/integration/FomodDataContent.h (limited to 'libs/installer_fomod_plus/installer/integration/FomodDataContent.h') diff --git a/libs/installer_fomod_plus/installer/integration/FomodDataContent.h b/libs/installer_fomod_plus/installer/integration/FomodDataContent.h deleted file mode 100644 index 4ffa3d7..0000000 --- a/libs/installer_fomod_plus/installer/integration/FomodDataContent.h +++ /dev/null @@ -1,21 +0,0 @@ -#pragma once - -#include -#include - -namespace FomodDataContentConstants { -constexpr int FOMOD_CONTENT_ID = 400400; -} - -class FomodDataContent final : public MOBase::ModDataContent { -public: - explicit FomodDataContent(MOBase::IOrganizer* organizer); - - [[nodiscard]] std::vector getAllContents() const override; - - [[nodiscard]] std::vector getContentsFor(std::shared_ptr fileTree) const override; - -private: - MOBase::IOrganizer* mOrganizer; - static bool modHasFomodContent(const MOBase::IModInterface* mod); -}; -- cgit v1.3.1