]> err.no Git - yubikey-personalization/commitdiff
drop c++ style comments
authorKlas Lindfors <klas@yubico.com>
Wed, 9 Jan 2013 12:26:21 +0000 (12:26 +0000)
committerKlas Lindfors <klas@yubico.com>
Wed, 9 Jan 2013 12:26:21 +0000 (12:26 +0000)
ykcore/ykcore_osx.c

index b070bea094d3413202409071eaba2b0803a60276..281498b482113321a2964ddd2f9124c1bfed249e 100644 (file)
@@ -72,9 +72,7 @@ static int _ykosx_getIntProperty( IOHIDDeviceRef dev, CFStringRef key ) {
        int result = 0;
        CFTypeRef tCFTypeRef = IOHIDDeviceGetProperty( dev, key );
        if ( tCFTypeRef ) {
-               // if this is a number
                if ( CFNumberGetTypeID( ) == CFGetTypeID( tCFTypeRef ) ) {
-                       // get its value
                        CFNumberGetValue( ( CFNumberRef ) tCFTypeRef, kCFNumberSInt32Type, &result );
                }
        }