summaryrefslogtreecommitdiff
path: root/indra/newview/llfloatercolorpicker.h
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-29 23:48:23 +0300
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2022-06-29 23:58:53 +0300
commitc2c22b90535cca4aaacfd8ba539d5445de68af0e (patch)
tree1577643536096f871b11959f270920e33604b4ae /indra/newview/llfloatercolorpicker.h
parent61407e3f69dc66979a0b33f855541081efdc550c (diff)
SL-17570 Color picker should properly focus it's parent when closing
This reverts MAINT-1401, but looks like that was fixed properly later
Diffstat (limited to 'indra/newview/llfloatercolorpicker.h')
-rw-r--r--indra/newview/llfloatercolorpicker.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/indra/newview/llfloatercolorpicker.h b/indra/newview/llfloatercolorpicker.h
index 16974a872e..39dbc5b763 100644
--- a/indra/newview/llfloatercolorpicker.h
+++ b/indra/newview/llfloatercolorpicker.h
@@ -104,9 +104,6 @@ class LLFloaterColorPicker
void setMouseDownInSwatch (BOOL mouse_down_in_swatch);
BOOL getMouseDownInSwatch () { return mMouseDownInSwatch; }
- void setRevertOnCancel (BOOL revertOnCancel) { mRevertOnCancel = revertOnCancel; };
- BOOL getRevertOnCancel () { return mRevertOnCancel; }
-
BOOL isColorChanged ();
// called when text entries (RGB/HSL etc.) are changed by user
@@ -149,8 +146,6 @@ class LLFloaterColorPicker
BOOL mMouseDownInHueRegion;
BOOL mMouseDownInSwatch;
- BOOL mRevertOnCancel;
-
const S32 mRGBViewerImageLeft;
const S32 mRGBViewerImageTop;
const S32 mRGBViewerImageWidth;