summaryrefslogtreecommitdiff
path: root/SmartDeviceLink/SDLSoftButtonState.h
diff options
context:
space:
mode:
authorJoel Fischer <joeljfischer@gmail.com>2018-03-08 11:25:29 -0500
committerJoel Fischer <joeljfischer@gmail.com>2018-03-08 11:25:29 -0500
commit69351ca319c388ff2eb48f76a8af8b43aaefdd48 (patch)
tree616b75c1a9f7df1170227847828a3ef072a2c90a /SmartDeviceLink/SDLSoftButtonState.h
parentd1a60c91fd925b68adc6fd5686ad616c68fdd34b (diff)
downloadsdl_ios-69351ca319c388ff2eb48f76a8af8b43aaefdd48.tar.gz
SoftButton state / object tests
* Start on SoftButtonManager tests
Diffstat (limited to 'SmartDeviceLink/SDLSoftButtonState.h')
-rw-r--r--SmartDeviceLink/SDLSoftButtonState.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/SmartDeviceLink/SDLSoftButtonState.h b/SmartDeviceLink/SDLSoftButtonState.h
index e448fd3d6..48b4d7587 100644
--- a/SmartDeviceLink/SDLSoftButtonState.h
+++ b/SmartDeviceLink/SDLSoftButtonState.h
@@ -43,11 +43,6 @@ NS_ASSUME_NONNULL_BEGIN
@property (strong, nonatomic) SDLSystemAction systemAction;
/**
- The artwork should be ephemeral, not persistant. Usually you want persistant so that you don't need to re-upload on every ignition cycle.
- */
-@property (assign, nonatomic) BOOL ephemeralArtwork;
-
-/**
An SDLSoftButton describing this state
*/
@property (strong, nonatomic, readonly) SDLSoftButton *softButton;