[Tizen] Remove graphics-api relative codes in public-api/application.h 59/271359/2 submit/tizen_6.5/20220222.065506
authorEunki, Hong <eunkiki.hong@samsung.com>
Fri, 18 Feb 2022 08:47:57 +0000 (17:47 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Fri, 18 Feb 2022 09:00:58 +0000 (18:00 +0900)
graphics-api is not public.
so when someone try to include #include<dali/dali.h>, It occure compile error
due to dali/graphics-api/graphics-controller.h is not exist.

This patch remove that temperal codes, and make it compilable

Change-Id: Ia42c53ceadfd7341bd060923b9036a2df94e321e
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>

No differences found