Changeset 4981

Show
Ignore:
Timestamp:
10/19/07 13:55:43 (9 months ago)
Author:
morris
Message:

Remove libwired usage

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Footagehead/trunk/FHWindowController.m

    r4906 r4981  
    3535#import "FHWindowController.h" 
    3636 
     37#define FHClamp(x, min, max)            (((x) > (max)) ? (max) : (((x) < (min)) ? (min) : (x))) 
     38 
     39 
    3740@implementation FHWindowController 
    3841 
     
    450453        newIndex = 0; 
    451454        step = (double) count / 10.0; 
    452         step = WI_CLAMP(step, 2, 10); 
     455        step = FHClamp(step, 2, 10); 
    453456         
    454457        if([FHSettings intForKey:FHSpreadMode] != FHSpreadNone && step % 2 != 0) 
     
    489492        newIndex = count - 1; 
    490493        step = (double) count / 10.0; 
    491         step = WI_CLAMP(step, 2, 10); 
     494        step = FHClamp(step, 2, 10); 
    492495         
    493496        if([FHSettings intForKey:FHSpreadMode] != FHSpreadNone && step % 2 != 0) 
  • Footagehead/trunk/Footagehead.xcodeproj/project.pbxproj

    r4907 r4981  
    174174 
    175175/* Begin PBXContainerItemProxy section */ 
     176                774C3A160CC8D35200716F37 /* PBXContainerItemProxy */ = { 
     177                        isa = PBXContainerItemProxy; 
     178                        containerPortal = 77396B390857A18300058AF5 /* WiredAdditions.xcodeproj */; 
     179                        proxyType = 2; 
     180                        remoteGlobalIDString = 774897900CC8A63200E95A83 /* WiredNetworking.framework */; 
     181                        remoteInfo = "Wired Networking"; 
     182                }; 
    176183                77512CCA0862CB4F002757A8 /* PBXContainerItemProxy */ = { 
    177184                        isa = PBXContainerItemProxy; 
     
    641648                        children = ( 
    642649                                77512CCB0862CB4F002757A8 /* WiredAdditions.framework */, 
     650                                774C3A170CC8D35200716F37 /* WiredNetworking.framework */, 
    643651                        ); 
    644652                        name = Products; 
     
    9991007 
    10001008/* Begin PBXReferenceProxy section */ 
     1009                774C3A170CC8D35200716F37 /* WiredNetworking.framework */ = { 
     1010                        isa = PBXReferenceProxy; 
     1011                        fileType = wrapper.framework; 
     1012                        path = WiredNetworking.framework; 
     1013                        remoteRef = 774C3A160CC8D35200716F37 /* PBXContainerItemProxy */; 
     1014                        sourceTree = BUILT_PRODUCTS_DIR; 
     1015                }; 
    10011016                77512CCB0862CB4F002757A8 /* WiredAdditions.framework */ = { 
    10021017                        isa = PBXReferenceProxy;