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

bluegr bluegr at gmail.com
Sun Dec 27 20:31:55 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:
f0ee57b6db LAB: Remove now unused define


Commit: f0ee57b6dbc8ba4784ad1c339c62d7df4e581031
    https://github.com/scummvm/scummvm/commit/f0ee57b6dbc8ba4784ad1c339c62d7df4e581031
Author: Filippos Karapetis (bluegr at gmail.com)
Date: 2015-12-27T21:31:10+02:00

Commit Message:
LAB: Remove now unused define

Changed paths:
    engines/lab/music.cpp



diff --git a/engines/lab/music.cpp b/engines/lab/music.cpp
index 391200c..2b16fdd 100644
--- a/engines/lab/music.cpp
+++ b/engines/lab/music.cpp
@@ -39,9 +39,7 @@
 
 namespace Lab {
 
-#define MUSICBUFSIZE   (2 * 65536)
-#define SAMPLESPEED    15000
-
+#define SAMPLESPEED       15000
 #define CLOWNROOM           123
 #define DIMROOM              80
 






More information about the Scummvm-git-logs mailing list