[Scummvm-cvs-logs] scummvm master -> 0ca10a7d405188193fb17ec3bcfce9146d03e38d

Strangerke Strangerke at scummvm.org
Tue Dec 29 10:54:00 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:
0ca10a7d40 LAB: Remove two other unused variables


Commit: 0ca10a7d405188193fb17ec3bcfce9146d03e38d
    https://github.com/scummvm/scummvm/commit/0ca10a7d405188193fb17ec3bcfce9146d03e38d
Author: Strangerke (strangerke at scummvm.org)
Date: 2015-12-29T10:48:26+01:00

Commit Message:
LAB: Remove two other unused variables

Changed paths:
    engines/lab/eventman.h



diff --git a/engines/lab/eventman.h b/engines/lab/eventman.h
index 3774529..f26e2eb 100644
--- a/engines/lab/eventman.h
+++ b/engines/lab/eventman.h
@@ -61,9 +61,6 @@ private:
 	bool _leftClick;
 	bool _rightClick;
 
-	uint16 _nextKeyIn;
-	uint16 _nextKeyOut;
-
 	Button *_hitButton;
 	Button *_lastButtonHit;
 	ButtonList *_screenButtonList;






More information about the Scummvm-git-logs mailing list