[Scummvm-cvs-logs] scummvm master -> e55777aca00cd954da18c449e63d518cb78e4562

Strangerke Strangerke at scummvm.org
Tue Dec 29 10:51:19 CET 2015


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:
e55777aca0 LAB: Remove unused variable


Commit: e55777aca00cd954da18c449e63d518cb78e4562
    https://github.com/scummvm/scummvm/commit/e55777aca00cd954da18c449e63d518cb78e4562
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-29T10:45:39+01:00

Commit Message:
LAB: Remove unused variable

Changed paths:
    engines/lab/dispman.h



diff --git a/engines/lab/dispman.h b/engines/lab/dispman.h
index 6d70172..d83d4fb 100644
--- a/engines/lab/dispman.h
+++ b/engines/lab/dispman.h
@@ -125,7 +125,6 @@ private:
 	uint16 textLength(TextFont *font, const Common::String text);
 
 	bool _actionMessageShown;
-	byte _curPen;
 	Common::File *_curBitmap;
 	byte _curVgaPal[256 * 3];
 	byte *_currentDisplayBuffer;






More information about the Scummvm-git-logs mailing list