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);