[Tizen] Remove graphics-api relative codes in public-api/application.h
[platform/core/uifw/dali-adaptor.git] / automated-tests / src / dali-adaptor / utc-Dali-Application.cpp
index 0091f14..0c0323f 100644 (file)
@@ -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.
@@ -573,23 +573,6 @@ int UtcDaliApplicationGetObjectRegistryN(void)
   END_TEST;
 }
 
-int UtcDaliApplicationGetControllerN(void)
-{
-  Application application;
-
-  try
-  {
-    application.GetController();
-    DALI_TEST_CHECK(false); // Should not get here
-  }
-  catch(...)
-  {
-    DALI_TEST_CHECK(true);
-  }
-
-  END_TEST;
-}
-
 int UtcDaliApplicationAddIdleWithReturnValueN(void)
 {
   Application application;