From 8c95cfb0c9195ee5354aa6fcbde65c0de818e599 Mon Sep 17 00:00:00 2001 From: Damien Elmes Date: Wed, 7 Jan 2009 06:25:01 +0900 Subject: [PATCH] remove fixme --- ankiqt/ui/update.py | 1 - 1 file changed, 1 deletion(-) diff --git a/ankiqt/ui/update.py b/ankiqt/ui/update.py index 47b026249..2018240e0 100644 --- a/ankiqt/ui/update.py +++ b/ankiqt/ui/update.py @@ -14,7 +14,6 @@ baseUrl = "http://anki.ichi2.net/update/" # when requesting latest version number, gather their version, deck size and # average retention ratio for future development -# FIXME: add ability to disable in prefs, warn about anonymous sent info class LatestVersionFinder(QThread): def __init__(self, main):