mirror of
https://github.com/libretro/scummvm.git
synced 2025-01-23 19:16:21 +00:00
PS2: commented out unused Gs2dScreen::tvMode
This commit is contained in:
parent
623a0e7d61
commit
7287448e89
@ -635,11 +635,11 @@ void Gs2dScreen::setMouseXy(int16 x, int16 y) {
|
||||
_mouseX = x;
|
||||
_mouseY = y;
|
||||
}
|
||||
|
||||
/*
|
||||
uint8 Gs2dScreen::tvMode(void) {
|
||||
return _tvMode;
|
||||
}
|
||||
|
||||
*/
|
||||
uint16 Gs2dScreen::getWidth(void) {
|
||||
return _width;
|
||||
}
|
||||
|
@ -45,7 +45,7 @@ public:
|
||||
Gs2dScreen(uint16 width, uint16 height, TVMode mode);
|
||||
~Gs2dScreen(void);
|
||||
void newScreenSize(uint16 width, uint16 height);
|
||||
uint8 tvMode(void);
|
||||
// uint8 tvMode(void);
|
||||
uint16 getWidth(void);
|
||||
uint16 getHeight(void);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user