]> de.git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/commitdiff
No need to declare centerprint here, it's already declared in builtins.qh
authorterencehill <piuntn@gmail.com>
Tue, 5 Jul 2011 16:19:52 +0000 (18:19 +0200)
committerterencehill <piuntn@gmail.com>
Tue, 5 Jul 2011 16:19:52 +0000 (18:19 +0200)
qcsrc/server/defs.qh

index 0e6505df2f420464c70826f4669b08bd6ee620bf..87ff757a9e42434669043f42c92511bf2d60cb78 100644 (file)
@@ -231,7 +231,6 @@ void weapon_defaultspawnfunc(float wpn);
 
 string w_deathtypestring;
 
-// void(entity client, string s) centerprint_builtin = #73;
 .vector dest1, dest2;
 
 float gameover;
@@ -365,8 +364,6 @@ void FixClientCvars(entity e);
 
 float weaponsInMap;
 
-void centerprint(entity e, string s);
-
 .float respawn_countdown; // next number to count
 
 float bot_waypoints_for_items;