Fix build warning : -Wunused-variable 48/317848/1
authorEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Jan 2025 02:14:23 +0000 (11:14 +0900)
committerEunki, Hong <eunkiki.hong@samsung.com>
Thu, 9 Jan 2025 02:14:23 +0000 (11:14 +0900)
extents-wrap.cpp:257:12: warning: unused variable ‘arg2’ [-Wunused-variable]

Change-Id: Iaf016f75d6ba44b224e2aae6b131a2693a1f44e7
Signed-off-by: Eunki, Hong <eunkiki.hong@samsung.com>
dali-csharp-binder/dali-core/extents-wrap.cpp

index 6d75fe9a5d9b74ca7eef5a2eaf96b544d63fde57..1d7011c3c6cb76caafcd4a71dd5117629ddd9815 100755 (executable)
@@ -1,5 +1,5 @@
 /*
- * Copyright (c) 2021 Samsung Electronics Co., Ltd.
+ * Copyright (c) 2025 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.
@@ -254,7 +254,6 @@ SWIGEXPORT unsigned short SWIGSTDCALL CSharp_Dali_Extents_bottom_get(void * jarg
 
 SWIGEXPORT void SWIGSTDCALL CSharp_Dali_Extents_set_all(void * jarg1, unsigned short jarg2, unsigned short jarg3, unsigned short jarg4, unsigned short jarg5) {
   Dali::Extents *arg1 = (Dali::Extents *) 0 ;
-  uint16_t arg2 ;
 
   arg1 = (Dali::Extents *)jarg1;
   if (arg1)