summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2017-02-14 16:08:53 -0500
committerJoel Fischer <joeljfischer@gmail.com>2017-02-14 16:08:53 -0500
commit096775358f809182c559e338544daaa1855a126d (patch)
tree4699094a7325dbe2e34da66e8f40c6030911e3f4
parent6ab71cef50db3ef2e41a47787280b8ceb765e55f (diff)
downloadsdl_ios-feature/remove_deprecated_waypoints.tar.gz
Remove deprecated and unusable classesfeature/remove_deprecated_waypoints
-rw-r--r--SmartDeviceLink/SDLGetWaypoints.h8
-rw-r--r--SmartDeviceLink/SDLGetWaypoints.m4
-rw-r--r--SmartDeviceLink/SDLGetWaypointsResponse.h4
-rw-r--r--SmartDeviceLink/SDLGetWaypointsResponse.m4
-rw-r--r--SmartDeviceLink/SDLOnWaypointChange.h4
-rw-r--r--SmartDeviceLink/SDLOnWaypointChange.m4
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypoints.h8
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypoints.m8
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypointsResponse.h4
-rw-r--r--SmartDeviceLink/SDLSubscribeWaypointsResponse.m6
-rw-r--r--SmartDeviceLink/SDLUnsubscribeWaypoints.h8
-rw-r--r--SmartDeviceLink/SDLUnsubscribeWaypoints.m8
-rw-r--r--SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h4
-rw-r--r--SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m4
14 files changed, 3 insertions, 75 deletions
diff --git a/SmartDeviceLink/SDLGetWaypoints.h b/SmartDeviceLink/SDLGetWaypoints.h
index b0aaf96c5..cd07aab2c 100644
--- a/SmartDeviceLink/SDLGetWaypoints.h
+++ b/SmartDeviceLink/SDLGetWaypoints.h
@@ -22,11 +22,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
-
-NS_ASSUME_NONNULL_BEGIN
-
-__deprecated_msg("Use SDLGetWayPoints instead")
- @interface SDLGetWaypoints : SDLGetWayPoints
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLGetWaypoints.m b/SmartDeviceLink/SDLGetWaypoints.m
index 5f974ff42..bbdc4d1ac 100644
--- a/SmartDeviceLink/SDLGetWaypoints.m
+++ b/SmartDeviceLink/SDLGetWaypoints.m
@@ -38,8 +38,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-@implementation SDLGetWaypoints
-
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLGetWaypointsResponse.h b/SmartDeviceLink/SDLGetWaypointsResponse.h
index 3da0b1a0d..ab3882192 100644
--- a/SmartDeviceLink/SDLGetWaypointsResponse.h
+++ b/SmartDeviceLink/SDLGetWaypointsResponse.h
@@ -20,8 +20,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-__deprecated_msg("Use SDLGetWayPointsResponse instead")
- @interface SDLGetWaypointsResponse : SDLGetWayPointsResponse
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLGetWaypointsResponse.m b/SmartDeviceLink/SDLGetWaypointsResponse.m
index c2269f2d9..1ac361ccf 100644
--- a/SmartDeviceLink/SDLGetWaypointsResponse.m
+++ b/SmartDeviceLink/SDLGetWaypointsResponse.m
@@ -27,8 +27,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-@implementation SDLGetWaypointsResponse
-
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLOnWaypointChange.h b/SmartDeviceLink/SDLOnWaypointChange.h
index 7e96eae5c..f05eca64c 100644
--- a/SmartDeviceLink/SDLOnWaypointChange.h
+++ b/SmartDeviceLink/SDLOnWaypointChange.h
@@ -18,8 +18,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-__deprecated_msg("Use SDLOnWayPointChange instead")
- @interface SDLOnWaypointChange : SDLOnWayPointChange
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLOnWaypointChange.m b/SmartDeviceLink/SDLOnWaypointChange.m
index 3bdeb5b86..f0bf46795 100644
--- a/SmartDeviceLink/SDLOnWaypointChange.m
+++ b/SmartDeviceLink/SDLOnWaypointChange.m
@@ -27,8 +27,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-@implementation SDLOnWaypointChange
-
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.h b/SmartDeviceLink/SDLSubscribeWaypoints.h
index fc5860f25..d7fd129bc 100644
--- a/SmartDeviceLink/SDLSubscribeWaypoints.h
+++ b/SmartDeviceLink/SDLSubscribeWaypoints.h
@@ -18,11 +18,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
-
-NS_ASSUME_NONNULL_BEGIN
-
-__deprecated_msg("Use SDLSubscribeWayPoints instead")
-@interface SDLSubscribeWaypoints : SDLSubscribeWayPoints
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLSubscribeWaypoints.m b/SmartDeviceLink/SDLSubscribeWaypoints.m
index 65c13be5a..e4b9876d2 100644
--- a/SmartDeviceLink/SDLSubscribeWaypoints.m
+++ b/SmartDeviceLink/SDLSubscribeWaypoints.m
@@ -19,11 +19,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
-
-NS_ASSUME_NONNULL_BEGIN
-
-@implementation SDLSubscribeWaypoints
-
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLSubscribeWaypointsResponse.h b/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
index e70700974..86a1f58d2 100644
--- a/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
+++ b/SmartDeviceLink/SDLSubscribeWaypointsResponse.h
@@ -9,8 +9,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-__deprecated_msg("Use SDLSubscribeWayPointsResponse instead")
-@interface SDLSubscribeWaypointsResponse : SDLSubscribeWayPointsResponse
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLSubscribeWaypointsResponse.m b/SmartDeviceLink/SDLSubscribeWaypointsResponse.m
index 28f5cfef4..1353490a8 100644
--- a/SmartDeviceLink/SDLSubscribeWaypointsResponse.m
+++ b/SmartDeviceLink/SDLSubscribeWaypointsResponse.m
@@ -7,6 +7,8 @@
#import "NSMutableDictionary+Store.h"
#import "SDLNames.h"
+NS_ASSUME_NONNULL_BEGIN
+
@implementation SDLSubscribeWayPointsResponse
- (instancetype)init {
@@ -17,6 +19,4 @@
@end
-@implementation SDLSubscribeWaypointsResponse
-
-@end
+NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypoints.h b/SmartDeviceLink/SDLUnsubscribeWaypoints.h
index e76db6580..5edce6bf5 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypoints.h
+++ b/SmartDeviceLink/SDLUnsubscribeWaypoints.h
@@ -10,11 +10,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
-
-NS_ASSUME_NONNULL_BEGIN
-
-__deprecated_msg("Use SDLUnsubscribeWayPoints instead")
-@interface SDLUnsubscribeWaypoints : SDLUnsubscribeWayPoints
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypoints.m b/SmartDeviceLink/SDLUnsubscribeWaypoints.m
index 74ba51f9a..83ffaf16b 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypoints.m
+++ b/SmartDeviceLink/SDLUnsubscribeWaypoints.m
@@ -19,11 +19,3 @@ NS_ASSUME_NONNULL_BEGIN
@end
NS_ASSUME_NONNULL_END
-
-NS_ASSUME_NONNULL_BEGIN
-
-@implementation SDLUnsubscribeWaypoints
-
-@end
-
-NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
index f6c981b52..5919546e2 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
+++ b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.h
@@ -9,8 +9,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-__deprecated_msg("Use SDLUnsubscribeWayPointsResponse instead")
-@interface SDLUnsubscribeWaypointsResponse : SDLUnsubscribeWayPointsResponse
-@end
-
NS_ASSUME_NONNULL_END
diff --git a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
index 77d5fcebf..89bb290d7 100644
--- a/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
+++ b/SmartDeviceLink/SDLUnsubscribeWaypointsResponse.m
@@ -18,8 +18,4 @@ NS_ASSUME_NONNULL_BEGIN
@end
-@implementation SDLUnsubscribeWaypointsResponse
-
-@end
-
NS_ASSUME_NONNULL_END