CanvasRenderer: Clean up code
[platform/core/uifw/dali-adaptor.git] / dali / internal / canvas-renderer / common / drawable-factory.h
index bd697fc..8a1acfe 100644 (file)
@@ -27,14 +27,12 @@ namespace Internal
 {
 namespace Adaptor
 {
-class s;
-
 namespace DrawableFactory
 {
 /**
  * @brief Creates new instance of Drawable implementation
  * @return pointer to Drawable implementation instance
  */
+ * @brief Creates new instance of Drawable implementation
+ * @return pointer to Drawable implementation instance
+ */
 Dali::Internal::Adaptor::Drawable* New();
 
 } // namespace DrawableFactory