$OpenBSD: patch-scribus_ui_colorlistmodel_h,v 1.1 2020/02/19 12:15:45 landry Exp $

avoid segfault caused by CommonStrings::None by removing m_NoneColor, which is
unused anyways

Index: scribus/ui/colorlistmodel.h
--- scribus/ui/colorlistmodel.h.orig
+++ scribus/ui/colorlistmodel.h
@@ -103,9 +103,6 @@ class SCRIBUS_API ColorListModel : public QAbstractIte
 	// SortRule m_sortRule
 	SortRule m_sortRule;
 
-	//! Dummy object used to represent None Color
-	static ColorPixmapValue m_NoneColor;
-
 	static bool compareColorNames(const ColorPixmapValue& v1, const ColorPixmapValue& v2);
 	static bool compareColorValues(const ColorPixmapValue& v1, const ColorPixmapValue& v2);
 	static bool compareColorTypes(const ColorPixmapValue& v1, const ColorPixmapValue& v2);
