diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/ui/widget/color-icc-selector.cpp | 9 |
1 files changed, 0 insertions, 9 deletions
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<cmsUInt32Number> knownColorspaces; #endif - -/** - * Simple helper to allow bitwise or on GtkAttachOptions. - */ -GtkAttachOptions operator|(GtkAttachOptions lhs, GtkAttachOptions rhs) -{ - return static_cast<GtkAttachOptions>(static_cast<int>(lhs) | static_cast<int>(rhs)); -} - /** * Helper function to handle GTK2/GTK3 attachment #ifdef code. */ |
