Positioning changes are now reflected properly by the prefs. When changing positions...
[ITKit.git] / ITWindowEffect.m
index 5745bd7..231dc76 100755 (executable)
@@ -27,7 +27,6 @@
         __idle                  = YES;
 
         if ( [window conformsToProtocol:@protocol(ITWindowPositioning)] ) {
-                                                           // Casts so the compiler won't gripe
             _verticalPosition   = (ITVerticalWindowPosition)[(ITTransientStatusWindow *)window verticalPosition];
             _horizontalPosition = (ITHorizontalWindowPosition)[(ITTransientStatusWindow *)window horizontalPosition];
         } else {