[Scummvm-cvs-logs] scummvm master -> 5b9007fdb326b7d48be6feaf64b7ba56830b0549
tramboi
bertrand_augereau at yahoo.fr
Mon Dec 5 08:52:40 CET 2011
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:
5b9007fdb3 DREAMWEB: Unused stubs
Commit: 5b9007fdb326b7d48be6feaf64b7ba56830b0549
https://github.com/scummvm/scummvm/commit/5b9007fdb326b7d48be6feaf64b7ba56830b0549
Author: Bertrand Augereau (bertrand_augereau at yahoo.fr)
Date: 2011-12-05T02:52:04-08:00
Commit Message:
DREAMWEB: Unused stubs
Changed paths:
engines/dreamweb/stubs.cpp
engines/dreamweb/stubs.h
diff --git a/engines/dreamweb/stubs.cpp b/engines/dreamweb/stubs.cpp
index a61e4ba..f72c8a6 100644
--- a/engines/dreamweb/stubs.cpp
+++ b/engines/dreamweb/stubs.cpp
@@ -777,14 +777,6 @@ void DreamGenContext::loadIntoTemp() {
loadIntoTemp((const char *)cs.ptr(dx, 0));
}
-void DreamGenContext::loadIntoTemp2() {
- loadIntoTemp2((const char *)cs.ptr(dx, 0));
-}
-
-void DreamGenContext::loadIntoTemp3() {
- loadIntoTemp3((const char *)cs.ptr(dx, 0));
-}
-
void DreamGenContext::loadIntoTemp(const char *fileName) {
data.word(kTempgraphics) = standardLoad(fileName);
}
diff --git a/engines/dreamweb/stubs.h b/engines/dreamweb/stubs.h
index 5b47d32..09ac9ca 100644
--- a/engines/dreamweb/stubs.h
+++ b/engines/dreamweb/stubs.h
@@ -35,8 +35,6 @@
uint16 standardLoad(const char *fileName, uint16 *outSizeInBytes = NULL); // Returns a segment handle which needs to be freed with deallocatemem for symmetry
void *standardLoadCPP(const char *fileName, uint16 *outSizeInBytes = NULL); // And this one should be 'free'd
void loadIntoTemp();
- void loadIntoTemp2();
- void loadIntoTemp3();
void loadIntoTemp(const char *fileName);
void loadIntoTemp2(const char *fileName);
void loadIntoTemp3(const char *fileName);
More information about the Scummvm-git-logs
mailing list