Skip to content

Commit 66ea1e9

Browse files
Clean-up
1 parent 88ec657 commit 66ea1e9

File tree

2 files changed

+0
-8
lines changed

2 files changed

+0
-8
lines changed

Assemblies/1SettingsHelper.dll

0 Bytes
Binary file not shown.

Source/SettingsHelper/ColourPicker/Dialog_ColourPicker.cs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -458,16 +458,8 @@ public static bool TryGetColorFromHex( string hex, out Color col )
458458
return false;
459459
}
460460

461-
public static bool first;
462461
public override void DoWindowContents( Rect inRect )
463462
{
464-
Log.Message("DoWindowContents");
465-
if ( first )
466-
{
467-
Log.Message( InitialSize.ToString() );
468-
Log.Message( windowRect.ToString() );
469-
}
470-
471463
// set up rects
472464
Rect pickerRect = new Rect(inRect.xMin, inRect.yMin, _pickerSize, _pickerSize);
473465
Rect hueRect = new Rect(pickerRect.xMax + _margin, inRect.yMin, _sliderWidth, _pickerSize);

0 commit comments

Comments
 (0)