diff options
author | Eugene Sandulenko | 2008-02-14 12:19:52 +0000 |
---|---|---|
committer | Eugene Sandulenko | 2008-02-14 12:19:52 +0000 |
commit | 1b4e06e02c759ada4d934c95a59ed02e008d84a7 (patch) | |
tree | 827b5817723092620eb993b90d523db2f114c725 | |
parent | f3572802a53a0ca106ec50e6f6b9631660c33808 (diff) | |
download | scummvm-rg350-1b4e06e02c759ada4d934c95a59ed02e008d84a7.tar.gz scummvm-rg350-1b4e06e02c759ada4d934c95a59ed02e008d84a7.tar.bz2 scummvm-rg350-1b4e06e02c759ada4d934c95a59ed02e008d84a7.zip |
...and there is no reason to keep Florian in ordinary contributors list.
svn-id: r30862
-rw-r--r-- | AUTHORS | 1 | ||||
-rw-r--r-- | gui/credits.h | 2 | ||||
-rwxr-xr-x | tools/credits.pl | 1 |
3 files changed, 0 insertions, 4 deletions
@@ -244,7 +244,6 @@ Other contributions Janne Huttunen - V3 actor mask support, Dig/FT SMUSH audio Kovacs Endre Janos - Several fixes for Simon1 Jeroen Janssen - Numerous readability and bugfix patches - Florian Kagerer - Various Kyrandia 1 FM-Towns code contributions Andreas Karlsson - Initial port for EPOC/SymbianOS Claudio Matsuoka - Daily Linux builds Thomas Mayer - PSP port contributions diff --git a/gui/credits.h b/gui/credits.h index 22ea18f787..c50b286925 100644 --- a/gui/credits.h +++ b/gui/credits.h @@ -277,8 +277,6 @@ static const char *credits[] = { "\\C\\c2""Several fixes for Simon1", "\\C\\c0""Jeroen Janssen", "\\C\\c2""Numerous readability and bugfix patches", -"\\C\\c0""Florian Kagerer", -"\\C\\c2""Various Kyrandia 1 FM-Towns code contributions", "\\C\\c0""Andreas Karlsson", "\\C\\c2""Initial port for EPOC/SymbianOS", "\\C\\c0""Claudio Matsuoka", diff --git a/tools/credits.pl b/tools/credits.pl index 8ad1a75049..f86316e84a 100755 --- a/tools/credits.pl +++ b/tools/credits.pl @@ -754,7 +754,6 @@ begin_credits("Credits"); add_person("Janne Huttunen", "", "V3 actor mask support, Dig/FT SMUSH audio"); add_person("Kovács Endre János", "", "Several fixes for Simon1"); add_person("Jeroen Janssen", "japj", "Numerous readability and bugfix patches"); - add_person("Florian Kagerer", "athrxx", "Various Kyrandia 1 FM-Towns code contributions"); add_person("Andreas Karlsson", "Sprawl", "Initial port for EPOC/SymbianOS"); add_person("Claudio Matsuoka", "", "Daily Linux builds"); add_person("Thomas Mayer", "", "PSP port contributions"); |