mirror of
https://github.com/Mr-X-GTA/YimMenu.git
synced 2025-06-17 23:07:26 +08:00
chore: Removed unused functions
This commit is contained in:
parent
e41e25228b
commit
23fd89706d
@ -19,17 +19,6 @@ namespace big
|
||||
g_vehicle_service = nullptr;
|
||||
}
|
||||
|
||||
bool vehicle_service::apply_from_cache(std::string id)
|
||||
{
|
||||
if (auto it = m_handling_profiles.find(id); it != m_handling_profiles.end())
|
||||
{
|
||||
*g_local_player->m_vehicle->m_handling = it->second.data;
|
||||
|
||||
return true;
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
int vehicle_service::attempt_save()
|
||||
{
|
||||
if (g_local_player == nullptr || g_local_player->m_in_vehicle == 0x10 || g_local_player->m_vehicle == nullptr)
|
||||
|
@ -117,8 +117,6 @@ namespace big
|
||||
vehicle_service();
|
||||
~vehicle_service();
|
||||
|
||||
bool apply_from_cache(std::string id);
|
||||
|
||||
int attempt_save();
|
||||
std::string get_active_profile(std::uint32_t hash);
|
||||
bool get_by_share_code(const char* share_code);
|
||||
|
Loading…
x
Reference in New Issue
Block a user