summaryrefslogtreecommitdiffstats
path: root/src/ege-color-prof-tracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/ege-color-prof-tracker.cpp')
-rw-r--r--src/ege-color-prof-tracker.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ege-color-prof-tracker.cpp b/src/ege-color-prof-tracker.cpp
index 853cc11c8..0b118f1a5 100644
--- a/src/ege-color-prof-tracker.cpp
+++ b/src/ege-color-prof-tracker.cpp
@@ -207,7 +207,7 @@ void ege_color_prof_tracker_get_profile( EgeColorProfTracker const * tracker, gp
guint dataLen = 0;
if (tracker) {
if (priv->_target ) {
- GdkScreen* screen = gtk_widget_get_screen(priv->_target);
+ //GdkScreen* screen = gtk_widget_get_screen(priv->_target);
if ( tracked_screen ) {
if ( priv->_monitor >= 0 && priv->_monitor < (static_cast<gint>(tracked_screen->profiles->len))) {
GByteArray* gba = static_cast<GByteArray*>(g_ptr_array_index(tracked_screen->profiles, priv->_monitor));