X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=dali%2Fpublic-api%2Fadaptor-framework%2Fapplication.cpp;h=17403d22b49e61dd6ad95e47299bc747e95c3ab7;hb=deaedcc262bff46650c16aac2f1e8ab596baeda6;hp=9542dff01598f4dd6326e6e8242b4d2836a58579;hpb=6800654b16656f89ffd9d1e8088bbd89d0afd1fe;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/dali/public-api/adaptor-framework/application.cpp b/dali/public-api/adaptor-framework/application.cpp index 9542dff..17403d2 100644 --- a/dali/public-api/adaptor-framework/application.cpp +++ b/dali/public-api/adaptor-framework/application.cpp @@ -1,5 +1,5 @@ /* - * Copyright (c) 2021 Samsung Electronics Co., Ltd. + * Copyright (c) 2022 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. @@ -229,11 +229,6 @@ Application::LowMemorySignalType& Application::LowMemorySignal() return Internal::Adaptor::GetImplementation(*this).LowMemorySignal(); } -Graphics::Controller& Application::GetController() -{ - return Internal::Adaptor::GetImplementation(*this).GetController(); -} - Application::Application(Internal::Adaptor::Application* application) : BaseHandle(application) {