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

dreammaster dreammaster at scummvm.org
Sat Dec 16 17:22:50 CET 2017


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:
d2dbf59c76 XEEN: Remove old deprecated method declaratations


Commit: d2dbf59c765c2496fcbc7206aaff8cee0030af6c
    https://github.com/scummvm/scummvm/commit/d2dbf59c765c2496fcbc7206aaff8cee0030af6c
Author: Paul Gilbert (dreammaster at scummvm.org)
Date: 2017-12-16T11:22:40-05:00

Commit Message:
XEEN: Remove old deprecated method declaratations

Changed paths:
    engines/xeen/locations.h


diff --git a/engines/xeen/locations.h b/engines/xeen/locations.h
index 4c21224..975fabd 100644
--- a/engines/xeen/locations.h
+++ b/engines/xeen/locations.h
@@ -363,20 +363,6 @@ public:
 class LocationManager {
 private:
 	Locations::BaseLocation *_location;
-private:
-	int townWait();
-
-	Character *doBankOptions(Character *c);
-
-	Character *doBlacksmithOptions(Character *c);
-
-	Character *doGuildOptions(Character *c);
-
-	Character *doTavernOptions(Character *c);
-
-	Character *doTempleOptions(Character *c);
-
-	Character *doTrainingOptions(Character *c);
 public:
 	LocationManager();
 





More information about the Scummvm-git-logs mailing list