Merge "Fixed crash while wrapping a Control as an actor in JavaScript plugin" into...
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / builder / replacement.h
index 358c21c..3c4d829 100644 (file)
@@ -102,13 +102,6 @@ public:
    * @param node The TreeNode to check
    * @return Optional value
    */
-  OptionalUnsignedInt IsUnsignedInteger( const TreeNode & node ) const;
-
-  /* @brief Check node for a type
-   *
-   * @param node The TreeNode to check
-   * @return Optional value
-   */
   OptionalVector2 IsVector2( const TreeNode & node ) const;
 
   /* @brief Check node for a type