]> git.xonotic.org Git - xonotic/xonotic-data.pk3dir.git/blobdiff - qcsrc/common/util.qh
Delete unused_float
[xonotic/xonotic-data.pk3dir.git] / qcsrc / common / util.qh
index 81acde950eba2fc63cd450375f0bcebb9c1e7b16..599dd4d43c5b4bc5abd6f8be6d1a2e28608a0fa4 100644 (file)
@@ -231,9 +231,6 @@ float ReadApproxPastTime();
 void execute_next_frame();
 void queue_to_execute_next_frame(string s);
 
-// for marking written-to values as unused where it's a good idea to do this
-noref float unused_float;
-
 // a function f with:
 // f(0) = 0
 // f(1) = 1