From 7076351ff93aee72167d58b5a54ffc58f346601d Mon Sep 17 00:00:00 2001 From: Alexander Valavanis Date: Mon, 10 Jul 2017 01:00:22 +0200 Subject: Rm obsolete function --- src/ui/widget/color-icc-selector.cpp | 9 --------- 1 file changed, 9 deletions(-) (limited to 'src') diff --git a/src/ui/widget/color-icc-selector.cpp b/src/ui/widget/color-icc-selector.cpp index f1dd92746..5fba36867 100644 --- a/src/ui/widget/color-icc-selector.cpp +++ b/src/ui/widget/color-icc-selector.cpp @@ -68,15 +68,6 @@ std::set knownColorspaces; #endif - -/** - * Simple helper to allow bitwise or on GtkAttachOptions. - */ -GtkAttachOptions operator|(GtkAttachOptions lhs, GtkAttachOptions rhs) -{ - return static_cast(static_cast(lhs) | static_cast(rhs)); -} - /** * Helper function to handle GTK2/GTK3 attachment #ifdef code. */ -- cgit v1.2.3