summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-11-04 11:37:50 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-11-04 11:37:50 -0700
commit508c7517e094325e65fb593db90ceaa53fd99715 (patch)
tree77b1c5be59233459df3aa6170ac51c053f2a9dd6
parent6e55f500060456801def68fcb2e3e4f44776d80b (diff)
parent7807db690ab3f88bd9a2c77ea675c8e6d4281d4c (diff)
downloadsdl_ios-508c7517e094325e65fb593db90ceaa53fd99715.tar.gz
Merge remote-tracking branch 'origin/release/4.4.0' into feature/sdl_0003_last_mile
* origin/release/4.4.0: Removed unused initializer from DateTime
-rw-r--r--SmartDeviceLink/SDLDateTime.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/SmartDeviceLink/SDLDateTime.h b/SmartDeviceLink/SDLDateTime.h
index 0f9cf6c4c..7dffbd5d2 100644
--- a/SmartDeviceLink/SDLDateTime.h
+++ b/SmartDeviceLink/SDLDateTime.h
@@ -5,8 +5,6 @@
@interface SDLDateTime : SDLRPCStruct
-- (instancetype)initWithDate:(NSDate*)date;
-
- (instancetype)initWithHour:(UInt8)hour minute:(UInt8)minute;
- (instancetype)initWithHour:(UInt8)hour minute:(UInt8)minute second:(UInt8)second millisecond:(UInt16)millisecond;