X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=adaptors%2Fdevel-api%2Fadaptor-framework%2Fapplication-devel.cpp;h=51b379ce3a87089e29a28582f287a304b7aacc0a;hb=cdbbe0b5261f756f436d418d9c293584de1a01f7;hp=c59735445ba1db7d82f97406591870d33eee8f41;hpb=ae37a5866286d97378c956ff9b55efb0e8c565e8;p=platform%2Fcore%2Fuifw%2Fdali-adaptor.git diff --git a/adaptors/devel-api/adaptor-framework/application-devel.cpp b/adaptors/devel-api/adaptor-framework/application-devel.cpp index c597354..51b379c 100644 --- a/adaptors/devel-api/adaptor-framework/application-devel.cpp +++ b/adaptors/devel-api/adaptor-framework/application-devel.cpp @@ -55,26 +55,6 @@ void PreInitialize( int* argc, char** argv[] ) Internal::Adaptor::Application::PreInitialize( argc, argv ); } -std::string GetRegion( Application application ) -{ - return Internal::Adaptor::GetImplementation( application ).GetRegion(); -} - -std::string GetLanguage( Application application ) -{ - return Internal::Adaptor::GetImplementation( application ).GetLanguage(); -} - -LowBatterySignalType& LowBatterySignal( Application application ) -{ - return Internal::Adaptor::GetImplementation( application ).LowBatterySignal(); -} - -LowMemorySignalType& LowMemorySignal( Application application ) -{ - return Internal::Adaptor::GetImplementation( application ).LowMemorySignal(); -} - } // namespace DevelApplication } // namespace Dali