summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicoleYarroch <nicole@livio.io>2017-09-14 08:44:15 -0400
committerNicoleYarroch <nicole@livio.io>2017-09-14 08:44:15 -0400
commitc74133f12e4fc736bf0f3df5e2625961033b8118 (patch)
treeeb8fc4e72a16ae85cab76976013333d5129d83d3
parenta0f99a16e8c0e7334ff6b2a75d8b3b3ec24f0fb9 (diff)
downloadsdl_ios-c74133f12e4fc736bf0f3df5e2625961033b8118.tar.gz
Removed comments
Signed-off-by: NicoleYarroch <nicole@livio.io>
-rw-r--r--SmartDeviceLink/SDLSubscribeVehicleDataResponse.h20
-rw-r--r--SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h20
2 files changed, 0 insertions, 40 deletions
diff --git a/SmartDeviceLink/SDLSubscribeVehicleDataResponse.h b/SmartDeviceLink/SDLSubscribeVehicleDataResponse.h
index 0b1246127..b32c0ca7a 100644
--- a/SmartDeviceLink/SDLSubscribeVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLSubscribeVehicleDataResponse.h
@@ -110,30 +110,10 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg)
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *steeringWheelAngle;
-
-/**
- * @abstract A SDLECallInfo* value. The status of an emergency call.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *eCallInfo;
-
-/**
- * @abstract A SDLAirbagStatus* value. The status of the airbags.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *airbagStatus;
-
-/**
- * @abstract A SDLEmergencyEvent* value. The status of an emergency event.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *emergencyEvent;
-
-/**
- * @abstract A SDLClusterModeStatus* value. The status of the power and car modes.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *clusterModes;
-
-/**
- * @abstract A SDLMyKey* value. The e911 override status.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *myKey;
@end
diff --git a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
index 6aa0e72ab..c0bcab829 100644
--- a/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
+++ b/SmartDeviceLink/SDLUnsubscribeVehicleDataResponse.h
@@ -110,30 +110,10 @@ NS_ASSUME_NONNULL_BEGIN
* @abstract A SDLVehicleDataResult* value. Current angle of the steering wheel (in deg).
*/
@property (strong, nonatomic, nullable) SDLVehicleDataResult *steeringWheelAngle;
-
-/**
- * @abstract A SDLVehicleDataResult* value. The status of an emergency call.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *eCallInfo;
-
-/**
- * @abstract A SDLVehicleDataResult* value. The status of the airbags.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *airbagStatus;
-
-/**
- * @abstract A SDLVehicleDataResult* value. The status of an emergency event.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *emergencyEvent;
-
-/**
- * @abstract A SDLVehicleDataResult* value. The status of the power and car modes.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *clusterModes;
-
-/**
- * @abstract A SDLVehicleDataResult* value. The e911 override status.
- */
@property (strong, nonatomic, nullable) SDLVehicleDataResult *myKey;
@end