Revert to tizen branch.
[platform/core/uifw/dali-toolkit.git] / dali-toolkit / internal / text / rendering / text-renderer.cpp
@@ -1,6 +1,3 @@
-#ifndef __DALI_V8PLUGIN_TEXT_ACTOR_API_H__
-#define __DALI_V8PLUGIN_TEXT_ACTOR_API_H__
-
 /*
  * Copyright (c) 2015 Samsung Electronics Co., Ltd.
  *
  *
  */
 
-
-// EXTERNAL INCLUDES
-#include <v8.h>
-#include <dali/public-api/actors/text-actor.h>
+// CLASS HEADER
+#include <dali-toolkit/internal/text/rendering/text-renderer.h>
 
 namespace Dali
 {
 
-namespace V8Plugin
+namespace Toolkit
 {
 
-namespace TextActorApi
+namespace Text
 {
-  Actor New( const v8::FunctionCallbackInfo< v8::Value >& args );
-  void SetToNaturalSize( const v8::FunctionCallbackInfo< v8::Value >& args );
 
-}; // namespace TextActorApi
+Renderer::Renderer()
+{
+}
 
-} // namespace V8Plugin
+Renderer::~Renderer()
+{
+}
 
-} // namespace Dali
+} // namespace Text
+
+} // namespace Toolkit
 
-#endif // header __DALI_V8PLUGIN_TEXT_ACTOR_API_H__
+} // namespace Dali