summaryrefslogtreecommitdiff
path: root/src/components/config_profile/include/config_profile/profile.h
diff options
context:
space:
mode:
authorJacob Keeler <jacob.keeler@livioradio.com>2018-08-21 09:17:41 -0400
committerGitHub <noreply@github.com>2018-08-21 09:17:41 -0400
commit01332dd085a0dcb7ca3acca6f192c534414ea770 (patch)
tree963dd1b3596ec2b59ebfaafe8c12b70f9efb94de /src/components/config_profile/include/config_profile/profile.h
parentf0e6fcc226b5a4149a59312721a6ed66a473c9e7 (diff)
parent150b945b1484758d891ed449ac8ca1d860e22ac7 (diff)
downloadsdl_core-01332dd085a0dcb7ca3acca6f192c534414ea770.tar.gz
Merge pull request #2522 from smartdevicelink/feature/remove_deprecated_functions_5_0
Remove deprecated methods from project
Diffstat (limited to 'src/components/config_profile/include/config_profile/profile.h')
-rw-r--r--src/components/config_profile/include/config_profile/profile.h6
1 files changed, 0 insertions, 6 deletions
diff --git a/src/components/config_profile/include/config_profile/profile.h b/src/components/config_profile/include/config_profile/profile.h
index 4c2be53228..81e38504d7 100644
--- a/src/components/config_profile/include/config_profile/profile.h
+++ b/src/components/config_profile/include/config_profile/profile.h
@@ -110,12 +110,6 @@ class Profile : public protocol_handler::ProtocolHandlerSettings,
const std::string& app_resource_folder() const;
/**
- * @brief Returns true, if SDL 4.0 is enabled
- * @deprecated use max_supported_protocol_version instead
- */
- DEPRECATED bool enable_protocol_4() const OVERRIDE;
-
- /**
* @brief Returns application icons folder path
*/
const std::string& app_icons_folder() const OVERRIDE;