diff options
author | James Brown | 2002-04-23 17:55:02 +0000 |
---|---|---|
committer | James Brown | 2002-04-23 17:55:02 +0000 |
commit | c62c6637bfefc5796cd1516c3136baef825426b0 (patch) | |
tree | d4d81c1d344b7389cff0fc66cb358c946c8c0013 | |
parent | 71ba38ba6479577310594afa58e00fccd571b2a1 (diff) | |
download | scummvm-rg350-c62c6637bfefc5796cd1516c3136baef825426b0.tar.gz scummvm-rg350-c62c6637bfefc5796cd1516c3136baef825426b0.tar.bz2 scummvm-rg350-c62c6637bfefc5796cd1516c3136baef825426b0.zip |
Remove warning from file.
svn-id: r4064
-rw-r--r-- | sound/fmopl.cpp | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/sound/fmopl.cpp b/sound/fmopl.cpp index 65ce68a1df..217b17001d 100644 --- a/sound/fmopl.cpp +++ b/sound/fmopl.cpp @@ -22,18 +22,6 @@ * Tatsuyuki Satoh. Included from LGPL'ed AdPlug. */ -/* -** -** File: fmopl.c -- software implementation of FM sound generator -** -** Copyright (C) 1999,2000 Tatsuyuki Satoh , MultiArcadeMachineEmurator development -** Modified for ScummVM by Ludvig Strigeus -** Version 0.37a (modified) -** -** ENDER: This file is not GPL. Need to replace or have -** relicensed before 0.2.0 release. -*/ - #include "stdafx.h" #include <stdio.h> |