diff options
| author | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 23:00:22 +0000 |
|---|---|---|
| committer | Alexander Valavanis <valavanisalex@gmail.com> | 2017-07-09 23:00:22 +0000 |
| commit | 7076351ff93aee72167d58b5a54ffc58f346601d (patch) | |
| tree | 1f998deab8a18b3eaaeb99cfe2aee1ad5c5e50ff /src | |
| parent | Update Gtk button press handling (diff) | |
| download | inkscape-7076351ff93aee72167d58b5a54ffc58f346601d.tar.gz inkscape-7076351ff93aee72167d58b5a54ffc58f346601d.zip | |
Rm obsolete function
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. */ |
