[Scummvm-git-logs] scummvm master -> 4a82bd6c219d5d92538a05bd023eab3b70bbbe8d
a-yyg
76591232+a-yyg at users.noreply.github.com
Fri Jul 2 16:56:49 UTC 2021
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:
4a82bd6c21 SAGA2: Remove unused file
Commit: 4a82bd6c219d5d92538a05bd023eab3b70bbbe8d
https://github.com/scummvm/scummvm/commit/4a82bd6c219d5d92538a05bd023eab3b70bbbe8d
Author: a/ (yuri.kgpps at gmail.com)
Date: 2021-07-03T01:55:38+09:00
Commit Message:
SAGA2: Remove unused file
Changed paths:
R engines/saga2/audproto.h
diff --git a/engines/saga2/audproto.h b/engines/saga2/audproto.h
deleted file mode 100644
index eb81a7181d..0000000000
--- a/engines/saga2/audproto.h
+++ /dev/null
@@ -1,42 +0,0 @@
-/* ScummVM - Graphic Adventure Engine
- *
- * ScummVM is the legal property of its developers, whose names
- * are too numerous to list here. Please refer to the COPYRIGHT
- * file distributed with this source distribution.
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public License
- * as published by the Free Software Foundation; either version 2
- * of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
- * GNU General Public License for more details.
- *
- * You should have received a copy of the GNU General Public License
- * along with this program; if not, write to the Free Software
- * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
- *
- *
- * Based on the original sources
- * Faery Tale II -- The Halls of the Dead
- * (c) 1993-1996 The Wyrmkeep Entertainment Co.
- */
-
-#ifndef SAGA2_AUDPROTO_H
-#define SAGA2_AUDPROTO_H
-
-namespace Saga2 {
-
-// Prototypes
-
-int initAudio(void);
-int startAudio(void);
-HDIGDRIVER &digitalAudioDriver(void);
-void disableAudio(...);
-
-} // end of namespace Saga2
-
-#endif //SAGA2_AUDPROTO_H
-
More information about the Scummvm-git-logs
mailing list