mirror of https://github.com/stella-emu/stella.git
Eliminate dead code.
This commit is contained in:
parent
01b23e4116
commit
de6f4004f7
|
@ -51,13 +51,6 @@ class TIASurface;
|
|||
class FrameBuffer
|
||||
{
|
||||
public:
|
||||
struct DisplayMode // FIXME - is this needed?
|
||||
{
|
||||
uInt32 display;
|
||||
Common::Size size;
|
||||
uInt32 refresh_rate;
|
||||
};
|
||||
|
||||
enum class BufferType {
|
||||
None,
|
||||
Launcher,
|
||||
|
|
Loading…
Reference in New Issue