diff --git a/src/statusicon.py b/src/statusicon.py
index 1a46f7e3fbcec6fec38cedafdf11619d3ed9296d..211b67775389b0b6da9e939dd26a9b81ae948550 100644
--- a/src/statusicon.py
+++ b/src/statusicon.py
@@ -38,8 +38,6 @@ if sys.platform == 'darwin':
 
 class StatusIcon(systray.Systray):
 	'''Class for the notification area icon'''
-	#FIXME: when we migrate to GTK 2.10 stick only to this class
-	# (move base stuff from systray.py and rm it)
 	#NOTE: gtk api does NOT allow:
 	# leave, enter motion notify
 	# and can't do cool tooltips we use