summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMuller, Alexander (A.) <amulle19@ford.com>2016-11-04 11:37:37 -0700
committerMuller, Alexander (A.) <amulle19@ford.com>2016-11-04 11:37:37 -0700
commit7807db690ab3f88bd9a2c77ea675c8e6d4281d4c (patch)
tree1a00f890e9fbfa44b80bdbcc2961a3e53818cd76
parentd5f4875f1629e9950a958ded46189f308579c18c (diff)
downloadsdl_ios-7807db690ab3f88bd9a2c77ea675c8e6d4281d4c.tar.gz
Removed unused initializer from DateTimerelease/4.4.0
-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;