[Scummvm-git-logs] scummvm master -> 9a15c2db42e327a10e3906c0ab0cc76cb4198cf4
criezy
noreply at scummvm.org
Tue Feb 10 22:42:54 UTC 2026
This automated email contains information about 2 new commits which have been
pushed to the 'scummvm' repo located at https://api.github.com/repos/scummvm/scummvm .
Summary:
d35e61a19a BAGEL: Remove declarations for functions that were not implemented nor used
9a15c2db42 GRAPHICS: MFC: Remove typedef for unused clock_t
Commit: d35e61a19a29f4b5676e597b1af99b3215c5162f
https://github.com/scummvm/scummvm/commit/d35e61a19a29f4b5676e597b1af99b3215c5162f
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2026-02-10T22:41:39Z
Commit Message:
BAGEL: Remove declarations for functions that were not implemented nor used
Changed paths:
engines/bagel/hodjnpodj/hnplibs/rules.h
engines/bagel/hodjnpodj/metagame/gtl/rules.h
diff --git a/engines/bagel/hodjnpodj/hnplibs/rules.h b/engines/bagel/hodjnpodj/hnplibs/rules.h
index bb3dc634a10..0be8305e36d 100644
--- a/engines/bagel/hodjnpodj/hnplibs/rules.h
+++ b/engines/bagel/hodjnpodj/hnplibs/rules.h
@@ -66,7 +66,6 @@ private:
CDialog::DoWaitCursor(nCode);
}
void DoArrowCursor();
- void Sleep(clock_t wait);
private:
bool m_bKeyboardHook = false; // whether keyboard hook present
diff --git a/engines/bagel/hodjnpodj/metagame/gtl/rules.h b/engines/bagel/hodjnpodj/metagame/gtl/rules.h
index c689ad16307..6345a6eb9f3 100644
--- a/engines/bagel/hodjnpodj/metagame/gtl/rules.h
+++ b/engines/bagel/hodjnpodj/metagame/gtl/rules.h
@@ -67,7 +67,6 @@ private:
CDialog::DoWaitCursor(nCode);
}
void DoArrowCursor();
- void Sleep(clock_t wait);
private:
bool m_bKeyboardHook = false; // whether keyboard hook present
Commit: 9a15c2db42e327a10e3906c0ab0cc76cb4198cf4
https://github.com/scummvm/scummvm/commit/9a15c2db42e327a10e3906c0ab0cc76cb4198cf4
Author: Thierry Crozat (criezy at scummvm.org)
Date: 2026-02-10T22:41:39Z
Commit Message:
GRAPHICS: MFC: Remove typedef for unused clock_t
Changed paths:
graphics/mfc/atltime.h
diff --git a/graphics/mfc/atltime.h b/graphics/mfc/atltime.h
index 867cd3d9974..6aadac7c952 100644
--- a/graphics/mfc/atltime.h
+++ b/graphics/mfc/atltime.h
@@ -28,8 +28,6 @@
namespace Graphics {
namespace MFC {
-typedef long clock_t;
-
class CTimeSpan {
public:
CTimeSpan();
More information about the Scummvm-git-logs
mailing list