mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 08:41:06 +00:00
Remove unused function
This commit is contained in:
parent
a647f21501
commit
199d5d7043
1 changed files with 0 additions and 5 deletions
|
@ -70,11 +70,6 @@ enum class ETextureType : uint8_t
|
|||
class FTextureManager
|
||||
{
|
||||
public:
|
||||
FGameTexture* GetGameTexture()
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
FGameTexture* GetGameTexture(FTextureID, bool)
|
||||
{
|
||||
return nullptr;
|
||||
|
|
Loading…
Reference in a new issue