mirror of
https://github.com/scratchfoundation/bgfx.git
synced 2025-02-17 20:31:57 -05:00
Removed unused member variables.
This commit is contained in:
parent
dc52398fb0
commit
816efcd934
1 changed files with 0 additions and 3 deletions
|
@ -87,9 +87,6 @@ private:
|
|||
bgfx::ProgramHandle m_basicProgram;
|
||||
bgfx::ProgramHandle m_distanceProgram;
|
||||
bgfx::ProgramHandle m_distanceSubpixelProgram;
|
||||
|
||||
float m_height;
|
||||
float m_width;
|
||||
};
|
||||
|
||||
#endif // __TEXT_BUFFER_MANAGER_H__
|
||||
|
|
Loading…
Reference in a new issue