X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Finternal%2Fevent%2Factors%2Factor-declarations.h;h=2d2df750d618e095f5ec2582e8267a27f0113817;hb=63f98c6a1839a4cebdffc66a7462048f9fb0267f;hp=a6f8feb98c4f2e8cb74199cb854880fed59a3f43;hpb=dd45b3917aa14e8030e3e8c7a266f46270309d77;p=platform%2Fcore%2Fuifw%2Fdali-core.git diff --git a/dali/internal/event/actors/actor-declarations.h b/dali/internal/event/actors/actor-declarations.h index a6f8feb..2d2df75 100644 --- a/dali/internal/event/actors/actor-declarations.h +++ b/dali/internal/event/actors/actor-declarations.h @@ -34,7 +34,6 @@ class ImageActor; class Layer; class LightActor; class MeshActor; -class TextActor; typedef IntrusivePtr ActorPtr; typedef IntrusivePtr CameraActorPtr; @@ -43,7 +42,6 @@ typedef IntrusivePtr ImageActorPtr; typedef IntrusivePtr LayerPtr; typedef IntrusivePtr LightActorPtr; typedef IntrusivePtr MeshActorPtr; -typedef IntrusivePtr TextActorPtr; } // namespace Internal