[Scummvm-git-logs] scummvm master -> b84076789aeb8c12a7001051282d31414200968a
dreammaster
dreammaster at scummvm.org
Mon Aug 29 14:03:00 CEST 2016
This automated email contains information about 1 new commit which have been
pushed to the 'scummvm' repo located at https://github.com/scummvm/scummvm .
Summary:
b84076789a TITANIC: Remove redundant code
Commit: b84076789aeb8c12a7001051282d31414200968a
https://github.com/scummvm/scummvm/commit/b84076789aeb8c12a7001051282d31414200968a
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2016-08-29T08:02:51-04:00
Commit Message:
TITANIC: Remove redundant code
Changed paths:
engines/titanic/support/direct_draw.cpp
engines/titanic/support/direct_draw.h
diff --git a/engines/titanic/support/direct_draw.cpp b/engines/titanic/support/direct_draw.cpp
index 6958896..3cec937 100644
--- a/engines/titanic/support/direct_draw.cpp
+++ b/engines/titanic/support/direct_draw.cpp
@@ -75,18 +75,6 @@ void DirectDrawManager::initVideo(int width, int height, int bpp, int numBackSur
}
}
-void DirectDrawManager::setResolution() {
- // TODO
-}
-
-void DirectDrawManager::proc2() {
-
-}
-
-void DirectDrawManager::proc3() {
-
-}
-
void DirectDrawManager::initFullScreen() {
debugC(ERROR_BASIC, kDebugGraphics, "Creating surfaces");
_directDraw.setDisplayMode(_directDraw._width, _directDraw._height,
diff --git a/engines/titanic/support/direct_draw.h b/engines/titanic/support/direct_draw.h
index 85c344c..4b55968 100644
--- a/engines/titanic/support/direct_draw.h
+++ b/engines/titanic/support/direct_draw.h
@@ -78,12 +78,6 @@ public:
*/
void initVideo(int width, int height, int bpp, int numBackSurfaces);
- void setResolution();
-
- void proc2();
-
- void proc3();
-
/**
* Initializes the surfaces in windowed mode
*/
More information about the Scummvm-git-logs
mailing list