[Scummvm-git-logs] scummvm master -> c8d3af3874d7c814a9f1f03ad740c3e9f8386eaa

whiterandrek whiterandrek at gmail.com
Fri Aug 17 16:30:21 CEST 2018


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:
c8d3af3874 PINK: removed some unnecessary forward declarations


Commit: c8d3af3874d7c814a9f1f03ad740c3e9f8386eaa
    https://github.com/scummvm/scummvm/commit/c8d3af3874d7c814a9f1f03ad740c3e9f8386eaa
Author: Andrei Prykhodko (whiterandrek at gmail.com)
Date: 2018-08-17T17:29:19+03:00

Commit Message:
PINK: removed some unnecessary forward declarations

Changed paths:
    engines/pink/cursor_mgr.h
    engines/pink/pda_mgr.h
    engines/pink/resource_mgr.h


diff --git a/engines/pink/cursor_mgr.h b/engines/pink/cursor_mgr.h
index 231c87a..a08cb8e 100644
--- a/engines/pink/cursor_mgr.h
+++ b/engines/pink/cursor_mgr.h
@@ -32,7 +32,6 @@
 namespace Pink {
 
 class CursorActor;
-class Action;
 class Page;
 class PinkEngine;
 
diff --git a/engines/pink/pda_mgr.h b/engines/pink/pda_mgr.h
index 1a1826e..5dfd531 100644
--- a/engines/pink/pda_mgr.h
+++ b/engines/pink/pda_mgr.h
@@ -31,7 +31,6 @@
 namespace Pink {
 
 class PinkEngine;
-class Actor;
 class LeadActor;
 class PDAPage;
 
diff --git a/engines/pink/resource_mgr.h b/engines/pink/resource_mgr.h
index 9f199f8..6fc40ae 100644
--- a/engines/pink/resource_mgr.h
+++ b/engines/pink/resource_mgr.h
@@ -34,10 +34,6 @@ namespace Pink {
 
 class Page;
 class PinkEngine;
-class OrbFile;
-class BroFile;
-class Sound;
-class CelDecoder;
 
 struct ResourceDescription;
 





More information about the Scummvm-git-logs mailing list