X-Git-Url: http://review.tizen.org/git/?p=platform%2Fcore%2Fuifw%2Fdali-toolkit.git;a=blobdiff_plain;f=dali-toolkit%2Finternal%2Ftext%2Fproperty-string-parser.h;h=3584f35794c3f1e009a03bda7beee1ad000d2413;hp=b6ebf272f121ddd1f5468c659028028603bd99d7;hb=b694e7e2ae624e206e1548b1a863c554eb9cd4d7;hpb=479693b4fd773eb8888ae401d02b49188293e231 diff --git a/dali-toolkit/internal/text/property-string-parser.h b/dali-toolkit/internal/text/property-string-parser.h index b6ebf27..3584f35 100644 --- a/dali-toolkit/internal/text/property-string-parser.h +++ b/dali-toolkit/internal/text/property-string-parser.h @@ -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