[Scummvm-git-logs] scummvm master -> 2b7b9110a76b328acfbd1ea62fddfc6386d21359
digitall
noreply at scummvm.org
Wed Jun 22 22:47:54 UTC 2022
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:
2b7b9110a7 DIRECTOR: LINGO: Remove Duplicate Function Declarations
Commit: 2b7b9110a76b328acfbd1ea62fddfc6386d21359
https://github.com/scummvm/scummvm/commit/2b7b9110a76b328acfbd1ea62fddfc6386d21359
Author: D G Turner (digitall at scummvm.org)
Date: 2022-06-22T23:47:07+01:00
Commit Message:
DIRECTOR: LINGO: Remove Duplicate Function Declarations
These caused GCC Compiler Warnings.
Changed paths:
engines/director/lingo/xlibs/winxobj.h
diff --git a/engines/director/lingo/xlibs/winxobj.h b/engines/director/lingo/xlibs/winxobj.h
index 94ef1d98e99..dd5902a7ef9 100644
--- a/engines/director/lingo/xlibs/winxobj.h
+++ b/engines/director/lingo/xlibs/winxobj.h
@@ -41,10 +41,6 @@ void close(int type);
void m_new(int nargs);
void m_getAppName(int nargs);
void m_getMemoryNeeded(int nargs);
-void m_getScreenBottom(int nargs);
-void m_getScreenLeft(int nargs);
-void m_getScreenRight(int nargs);
-void m_getScreenTop(int nargs);
void m_indexColorToWindow(int nargs);
void m_patToWindow(int nargs);
void m_rgbColorToWindow(int nargs);
More information about the Scummvm-git-logs
mailing list