X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Ftext-fonts%2Ftext-fonts-example.cpp;h=1519b87bf1c2546c6fa9310d8efdbc2d4acb803f;hb=906d97450340834a0af830c3ae6c1e653a6e2924;hp=be78963af5a9dbddcc6a7aa9dea60da3dd35bad2;hpb=94eed471ec67c870ac8c6aee8acb3963b17e76b7;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/text-fonts/text-fonts-example.cpp b/examples/text-fonts/text-fonts-example.cpp index be78963..1519b87 100644 --- a/examples/text-fonts/text-fonts-example.cpp +++ b/examples/text-fonts/text-fonts-example.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2015 Samsung Electronics Co., Ltd. + * Copyright (c) 2017 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. @@ -245,19 +245,10 @@ private: bool mToggle; }; -void RunTest( Application& application ) -{ - TextFontsExample test( application ); - - application.MainLoop(); -} - -/** Entry point for Linux & Tizen applications */ int DALI_EXPORT_API main( int argc, char **argv ) { Application application = Application::New( &argc, &argv, DEMO_THEME_PATH ); - - RunTest( application ); - + TextFontsExample test( application ); + application.MainLoop(); return 0; }