X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=demo%2Fdali-demo.cpp;h=8f60cfbc54877743c2ad35563fc916ac96abe421;hb=f3ed04afa90327dc193250db21d5a698ec4cca14;hp=aff5d5f067c7638420604a332ba1d510fad5133f;hpb=fa6ffeff83d1e13597b841ea5021b39f00e3a724;p=platform%2Fcore%2Fuifw%2Fdali-demo.git diff --git a/demo/dali-demo.cpp b/demo/dali-demo.cpp index aff5d5f..8f60cfb 100644 --- a/demo/dali-demo.cpp +++ b/demo/dali-demo.cpp @@ -42,7 +42,6 @@ int DALI_EXPORT_API main(int argc, char **argv) demo.AddExample(Example("dissolve-effect.example", DALI_DEMO_STR_TITLE_DISSOLVE_TRANSITION)); demo.AddExample(Example("item-view.example", DALI_DEMO_STR_TITLE_ITEM_VIEW)); demo.AddExample(Example("magnifier.example", DALI_DEMO_STR_TITLE_MAGNIFIER)); - demo.AddExample(Example("model3d-view.example", DALI_DEMO_STR_TITLE_MODEL_3D_VIEWER)); demo.AddExample(Example("motion-blur.example", DALI_DEMO_STR_TITLE_MOTION_BLUR)); demo.AddExample(Example("motion-stretch.example", DALI_DEMO_STR_TITLE_MOTION_STRETCH)); demo.AddExample(Example("page-turn-view.example", DALI_DEMO_STR_TITLE_PAGE_TURN_VIEW));