X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=examples%2Fpopup%2Fpopup-example.cpp;h=cde668c581d8f05ab4d60651c9d0fc19e20f6b15;hb=586958041b4c0931f2be6bafa7e3348cdae3be3e;hp=49a15c9e6413414bb299575239bd19365f1f8071;hpb=0a8da264ff6304a0ceadf28ca7790938409656be;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/examples/popup/popup-example.cpp b/examples/popup/popup-example.cpp index 49a15c9..cde668c 100644 --- a/examples/popup/popup-example.cpp +++ b/examples/popup/popup-example.cpp @@ -732,19 +732,10 @@ private: }; -void RunTest( Application& application ) -{ - PopupExample test( application ); - - application.MainLoop(); -} - -// Entry point for Linux & SLP applications int DALI_EXPORT_API main( int argc, char **argv ) { Application application = Application::New( &argc, &argv, DEMO_THEME_PATH ); - - RunTest( application ); - + PopupExample test( application ); + application.MainLoop(); return 0; }