From 7f471acfb9ace7b8bb59f16558f094df940675c1 Mon Sep 17 00:00:00 2001 From: Jooseok Song Date: Tue, 12 Sep 2017 20:52:01 +0900 Subject: [PATCH] Fix account build warning Change-Id: I95235346e29e5b527a3b20ff6b9ebfedf5d52a31 --- .../Tizen.Account.AccountManager/AccountService.cs | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs b/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs index 8ebab51..9e5193c 100644 --- a/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs +++ b/src/Tizen.Account.AccountManager/Tizen.Account.AccountManager/AccountService.cs @@ -593,8 +593,6 @@ namespace Tizen.Account.AccountManager /// /// ContentUpdate event is triggered if the MediaInformation updated/deleted or new information is inserted. /// - /// An object that contains information about sender - /// A ContentUpdatedEventArgs object that contains information about the update operation. /// http://tizen.org/privilege/account.read /// http://tizen.org/feature/account /// In case of any DB error. -- 2.7.4