[General]: Remove unused macro (#954)
This commit is contained in:
parent
1c29eaf229
commit
6b0f6cc395
@ -74,8 +74,7 @@ namespace Components
|
||||
Game::dvar_t* Branding::Dvar_RegisterUIBuildLocation(const char* dvarName, [[maybe_unused]] float x,
|
||||
[[maybe_unused]] float y, float min, float max, [[maybe_unused]] int flags, const char* description)
|
||||
{
|
||||
return Game::Dvar_RegisterVec2(dvarName, -60.0f,
|
||||
474.0f, min, max, Game::DVAR_ROM, description);
|
||||
return Game::Dvar_RegisterVec2(dvarName, -60.0f, 472.0f, min, max, Game::DVAR_ROM, description);
|
||||
}
|
||||
|
||||
void Branding::RegisterBrandingDvars()
|
||||
|
@ -1,8 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
// This enables version filtering
|
||||
#define VERSION_FILTER
|
||||
|
||||
namespace Components
|
||||
{
|
||||
class ServerList : public Component
|
||||
|
Loading…
Reference in New Issue
Block a user