mirror of
https://github.com/ZDoom/ZDRay.git
synced 2025-01-24 16:51:08 +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
|
class FTextureManager
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
FGameTexture* GetGameTexture()
|
|
||||||
{
|
|
||||||
return nullptr;
|
|
||||||
}
|
|
||||||
|
|
||||||
FGameTexture* GetGameTexture(FTextureID, bool)
|
FGameTexture* GetGameTexture(FTextureID, bool)
|
||||||
{
|
{
|
||||||
return nullptr;
|
return nullptr;
|
||||||
|
|
Loading…
Reference in a new issue