From 54a04f921440ba5bc6f7b9a25ae5ae2fba82e5e2 Mon Sep 17 00:00:00 2001 From: str1k3r <115313679+S1l3ntStr1ke87@users.noreply.github.com> Date: Mon, 7 Sep 2026 16:05:42 -0400 Subject: [PATCH] fix: compilation --- 4J_Profile/Windows64/PRO_Data.cpp | 8 ++++---- 4J_Profile/Windows64/PRO_Data.h | 3 --- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/4J_Profile/Windows64/PRO_Data.cpp b/4J_Profile/Windows64/PRO_Data.cpp index 0e375f8..577553c 100644 --- a/4J_Profile/Windows64/PRO_Data.cpp +++ b/4J_Profile/Windows64/PRO_Data.cpp @@ -1,10 +1,10 @@ #include "PRO_Data.h" #include "4J_Profile.h" -C_4JProfile::PROFILESETTINGS * CProfileData::GetDashboardProfileSettings(int iPad) -{ - ; //str1k3r - stubbed out for now -} +//C_4JProfile::PROFILESETTINGS * CProfileData::GetDashboardProfileSettings(int iPad) +//{ +// ; //str1k3r - stubbed out for now +//} //str1k3r - GetSettings is basically snatched from smartCMD void GetSettings(wchar_t *outPath, DWORD size) diff --git a/4J_Profile/Windows64/PRO_Data.h b/4J_Profile/Windows64/PRO_Data.h index 39006ee..c8b7004 100644 --- a/4J_Profile/Windows64/PRO_Data.h +++ b/4J_Profile/Windows64/PRO_Data.h @@ -3,9 +3,6 @@ class CProfileData { public: - // PROFILE DATA - C_4JProfile::PROFILESETTINGS * GetDashboardProfileSettings(int iPad); - // SETTINGS void LoadSettings(void* gs, size_t gsSize); void SaveSettings(void* gs, size_t gsSize);