diff --git a/GUI/View/Widget/ItemViewOverlayButtons.h b/GUI/View/Widget/ItemViewOverlayButtons.h
index 8488b3a973615d7fa8a037efe66808b29eb16b2c..3fa8b710b2365409ef5a2b778c5a03ffce76158e 100644
--- a/GUI/View/Widget/ItemViewOverlayButtons.h
+++ b/GUI/View/Widget/ItemViewOverlayButtons.h
@@ -22,8 +22,6 @@
 
 //! Supports action buttons in the single rows of a list view.
 //! Buttons may be permanent or only show up when hovered over.
-//!
-//! In feb24, this code was restricted from self-made views to list views.
 
 class ItemViewOverlayButtons : public QObject {
     Q_OBJECT
@@ -43,5 +41,4 @@ private:
     QAbstractItemView* m_view;
 };
 
-
 #endif // BORNAGAIN_GUI_VIEW_WIDGET_ITEMVIEWOVERLAYBUTTONS_H