Add RemoveSystemInformation to remove callback
[platform/core/uifw/dali-adaptor.git] / third-party / windows-platform / extern-definitions.h
index 4b4ef27..5efd789 100644 (file)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2019 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2023 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.
@@ -20,8 +20,6 @@
 
 #include <xlocale>
 
-const char* app_get_data_path();
-
 static int strncasecmp(const char *s1, const char *s2, register int n)
 {
   while (--n >= 0 && toupper((unsigned char)*s1) == toupper((unsigned char)*s2++))