Skip to content

Commit

Permalink
update some comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul Colton committed Mar 17, 2014
1 parent 186abff commit 7779866
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions src/Core/Styling/Categories/UIView+PXStyling.m
Original file line number Diff line number Diff line change
Expand Up @@ -202,9 +202,8 @@ - (PXStylingMode)styleMode
- (void)setStyleMode:(PXStylingMode) mode
{
//
// License check
// Print version info on first run (and check for Titanium mode)
//

static dispatch_once_t onceToken;
dispatch_once(&onceToken,
^{
Expand Down Expand Up @@ -240,8 +239,6 @@ - (void)setStyleMode:(PXStylingMode) mode
//
// Perform styling operations
//

// Style the control
if (mode == PXStylingNormal)
{
// Grabbing Pixate's subclass of this instance
Expand Down

0 comments on commit 7779866

Please sign in to comment.