[Scummvm-cvs-logs] scummvm master -> be489328dd40a188094ce7371d1b5f41e4bf1f6f
aquadran
aquadran at xtr.net.pl
Fri Dec 5 19:41:20 CET 2014
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:
be489328dd GUI: remove not used const
Commit: be489328dd40a188094ce7371d1b5f41e4bf1f6f
https://github.com/scummvm/scummvm/commit/be489328dd40a188094ce7371d1b5f41e4bf1f6f
Author: Pawel Kolodziejski (aquadran at users.sourceforge.net)
Date: 2014-12-05T19:37:45+01:00
Commit Message:
GUI: remove not used const
Changed paths:
gui/EventRecorder.cpp
diff --git a/gui/EventRecorder.cpp b/gui/EventRecorder.cpp
index ab284aa..d0371f5 100644
--- a/gui/EventRecorder.cpp
+++ b/gui/EventRecorder.cpp
@@ -49,7 +49,6 @@ namespace GUI {
const int kMaxRecordsNames = 0x64;
const int kDefaultScreenshotPeriod = 60000;
-const int kDefaultBPP = 2;
uint32 readTime(Common::ReadStream *inFile) {
uint32 d = inFile->readByte();
More information about the Scummvm-git-logs
mailing list