mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +00:00
jrmu suggested changing comment format
This commit is contained in:
parent
9bcf4ea8ad
commit
51d001ce96
2 changed files with 3 additions and 4 deletions
|
@ -68,7 +68,7 @@ extern "C" {
|
|||
// Dimension using units....
|
||||
@interface NSDimension : NSUnit <NSCoding>
|
||||
{
|
||||
NSUInteger _reserved;
|
||||
double _value;
|
||||
NSUnitConverter *_converter;
|
||||
}
|
||||
|
||||
|
|
|
@ -205,15 +205,14 @@
|
|||
Base unit - metersPerSecondSquared
|
||||
*/
|
||||
|
||||
|
||||
- (NSUnitAcceleration *) metersPerSecondSquared { return nil; }
|
||||
- (NSUnitAcceleration *) gravity { return nil; }
|
||||
|
||||
@end
|
||||
|
||||
@implementation NSUnitAngle
|
||||
/*
|
||||
Base unit - degrees
|
||||
*/
|
||||
// Base unit - degrees
|
||||
|
||||
- (NSUnitAngle *) degrees { return nil; }
|
||||
- (NSUnitAngle *) arcMinutes { return nil; }
|
||||
|
|
Loading…
Reference in a new issue