Dali-Text: Keyboard Shortcuts
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / property-string-parser.h
index b6ebf27..3584f35 100644 (file)
@@ -1,8 +1,8 @@
-#ifndef __DALI_TOOLKIT_PROPERTY_STRING_PARSER_H__
-#define __DALI_TOOLKIT_PROPERTY_STRING_PARSER_H__
+#ifndef DALI_TOOLKIT_PROPERTY_STRING_PARSER_H
+#define DALI_TOOLKIT_PROPERTY_STRING_PARSER_H
 
 /*
- * Copyright (c) 2016 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2019 Samsung Electronics Co., Ltd.
  *
  * Licensed under the Apache License, Version 2.0 (the "License");
  * you may not use this file except in compliance with the License.
@@ -56,20 +56,10 @@ void CreatePropertyMap( const TreeNode* const node, Property::Map& map );
  */
 void ParsePropertyString( const std::string& property, Property::Map& map );
 
-/**
- * @brief Converts an offset packed inside a string into a Vector2.
- *
- * @param[in] offsetStr The offset packed inside a string.
- * @param[out] offset The offset packed in a Vector2.
- *
- */
-void StringOffsetToVector2( const std::string& offsetStr,
-                            Vector2& offset );
-
 } //namespace Text
 
 } //namespace Toolkit
 
 } //namespace Dali
 
-#endif //__DALI_TOOLKIT_PROPERTY_STRING_PARSER_H__
+#endif //DALI_TOOLKIT_PROPERTY_STRING_PARSER_H