[Scummvm-git-logs] scummvm master -> 9a808291c3f067eb9d37a059a9eb8cc6c4b7e716

bluegr noreply at scummvm.org
Sun Aug 18 13:09:45 UTC 2024


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:
9a808291c3 GOB: remove usage translation.h include from DEV7 entries


Commit: 9a808291c3f067eb9d37a059a9eb8cc6c4b7e716
    https://github.com/scummvm/scummvm/commit/9a808291c3f067eb9d37a059a9eb8cc6c4b7e716
Author: Benjamin Funke (bjnfne at web.de)
Date: 2024-08-18T16:09:41+03:00

Commit Message:
GOB: remove usage translation.h include from DEV7 entries

We no longer need the include of translation.h due to we replaced it with the MetaEngine code

Changed paths:
    engines/gob/detection/tables.h
    engines/gob/detection/tables_adi5.h
    engines/gob/detection/tables_adibou3.h
    engines/gob/detection/tables_adiboudchou.h
    engines/gob/detection/tables_adiboupresente.h
    engines/gob/detection/tables_nathanvacances.h
    engines/gob/detection/tables_pierresmagiques.h


diff --git a/engines/gob/detection/tables.h b/engines/gob/detection/tables.h
index 4d0760086da..69e79ea3cb2 100644
--- a/engines/gob/detection/tables.h
+++ b/engines/gob/detection/tables.h
@@ -29,7 +29,6 @@
 #define GOB_DETECTION_TABLES_H
 
 // Struct "GOBGameDescription"
-#include "common/translation.h"
 #include "gob/detection/detection.h"
 
 using namespace Common;
diff --git a/engines/gob/detection/tables_adi5.h b/engines/gob/detection/tables_adi5.h
index b1a33fee94c..c6bc09b8c76 100644
--- a/engines/gob/detection/tables_adi5.h
+++ b/engines/gob/detection/tables_adi5.h
@@ -32,8 +32,6 @@
 #ifndef GOB_DETECTION_TABLES_ADI5_H
 #define GOB_DETECTION_TABLES_ADI5_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Adi 5 --
 
 {
diff --git a/engines/gob/detection/tables_adibou3.h b/engines/gob/detection/tables_adibou3.h
index c647dba16d3..6f6a744d142 100644
--- a/engines/gob/detection/tables_adibou3.h
+++ b/engines/gob/detection/tables_adibou3.h
@@ -32,8 +32,6 @@
 #ifndef GOB_DETECTION_TABLES_ADIBOU3_H
 #define GOB_DETECTION_TABLES_ADIBOU3_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Adibou 3 --
 
 {
diff --git a/engines/gob/detection/tables_adiboudchou.h b/engines/gob/detection/tables_adiboudchou.h
index b56cb144695..b1d5cbea721 100644
--- a/engines/gob/detection/tables_adiboudchou.h
+++ b/engines/gob/detection/tables_adiboudchou.h
@@ -32,8 +32,6 @@
 #ifndef GOB_DETECTION_TABLES_ADIBOUDCHOU_H
 #define GOB_DETECTION_TABLES_ADIBOUDCHOU_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Adiboud'chou series --
 
 {
diff --git a/engines/gob/detection/tables_adiboupresente.h b/engines/gob/detection/tables_adiboupresente.h
index f08e0dac946..0d9e81d8443 100644
--- a/engines/gob/detection/tables_adiboupresente.h
+++ b/engines/gob/detection/tables_adiboupresente.h
@@ -31,8 +31,6 @@
 #ifndef GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
 #define GOB_DETECTION_TABLES_ADIBOUPRESENTE_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Adibou présente Dessin --
 
 {
diff --git a/engines/gob/detection/tables_nathanvacances.h b/engines/gob/detection/tables_nathanvacances.h
index 09693304aeb..4a1555710c4 100644
--- a/engines/gob/detection/tables_nathanvacances.h
+++ b/engines/gob/detection/tables_nathanvacances.h
@@ -31,8 +31,6 @@
 #ifndef GOB_DETECTION_TABLES_NATHANVACANCES_H
 #define GOB_DETECTION_TABLES_NATHANVACANCES_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Nathan Vacances --
 
 {
diff --git a/engines/gob/detection/tables_pierresmagiques.h b/engines/gob/detection/tables_pierresmagiques.h
index 6570c776f8a..3c3d4c78bc9 100644
--- a/engines/gob/detection/tables_pierresmagiques.h
+++ b/engines/gob/detection/tables_pierresmagiques.h
@@ -31,8 +31,6 @@
 #ifndef GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
 #define GOB_DETECTION_TABLES_PIERRESMAGIQUES_H
 
-//#include "common/translation.h"  // Make release checker happy
-
 // -- French: Le pays des Pierres Magiques --
 
 {




More information about the Scummvm-git-logs mailing list