]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
remove declaration of a removed function
authorBuddyFriendGuy <bfggeneral@gmail.com>
Wed, 8 Apr 2015 04:24:09 +0000 (00:24 -0400)
committerBuddyFriendGuy <bfggeneral@gmail.com>
Wed, 8 Apr 2015 04:24:09 +0000 (00:24 -0400)
qcsrc/common/mapinfo.qh

index 1278b16a364d2a96742eb51be7288fd5b5ca2dc1..5aa94097e70a20ddcaeb99942206f43f3b552974 100644 (file)
@@ -119,7 +119,6 @@ void MapInfo_Enumerate();
 float MapInfo_progress;
 float MapInfo_FilterGametype(float gametype, float features, float pFlagsRequired, float pFlagsForbidden, float pAbortOnGenerate); // 1 on success, 0 on temporary failure (call it again next frame then; use MapInfo_progress as progress indicator)
 float MapInfo_FilterString(string sf); // this one runs after MapInfo_FilterGametype to futhur filter the list by a string
-float MapInfo_FilterGametypeAndString(float gametype, float features, float pFlagsRequired, float pFlagsForbidden, float pAbortOnGenerate, string filterString); // 1 on success, 0 on temporary failure (call it again next frame then; use MapInfo_progress as progress indicator)
 int MapInfo_CurrentFeatures(); // retrieves currently required features from cvars
 int MapInfo_CurrentGametype(); // retrieves current gametype from cvars
 int MapInfo_ForbiddenFlags(); // retrieves current flags from cvars