From 0a2dac8fbc29e8646a3b091faa6b798025748e62 Mon Sep 17 00:00:00 2001
From: Wuzzy <almikes@aol.com>
Date: Wed, 28 Dec 2016 23:01:15 +0100
Subject: Remove old FIXME as it is not relevant anymore

---
 init.lua | 1 -
 1 file changed, 1 deletion(-)

diff --git a/init.lua b/init.lua
index ca1bb42..c243380 100644
--- a/init.lua
+++ b/init.lua
@@ -891,7 +891,6 @@ doc.add_category("nodes", {
 								dropstring_this = S("@1 (<0.5%)", dropstring_this)
 							else
 								-- Add circa indicator for percentages with decimal point
-								-- FIXME: Is this check actually reliable?
 								local fchance = string.format("%.0f", chance)
 								if math.fmod(chance, 1) > 0 then
 									dropstring_this = S("@1 (ca. @2%)", dropstring_this, fchance)
-- 
cgit v1.2.3