From: Felipe Magno de Almeida Date: Tue, 14 Jan 2020 14:02:05 +0000 (-0300) Subject: c#: Remove warning about unused variable X-Git-Tag: submit/tizen/20200115.213910~15 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=9c905fbd2c167e5c1b6ad1f71c55e43066ed5fcd;p=platform%2Fupstream%2Fefl.git c#: Remove warning about unused variable Reviewed-by: Marcel Hollerbach Differential Revision: https://phab.enlightenment.org/D11097 --- diff --git a/src/bindings/mono/efl_mono/efl_csharp_application.cs b/src/bindings/mono/efl_mono/efl_csharp_application.cs index fcacb1f..8687492 100644 --- a/src/bindings/mono/efl_mono/efl_csharp_application.cs +++ b/src/bindings/mono/efl_mono/efl_csharp_application.cs @@ -202,10 +202,10 @@ public abstract class Application { Init(components); Efl.App app = Efl.App.AppMain; +#if EFL_BETA var command_line = new List(); //command_line.Add(List.ConvertAll(Environment.GetCommandLineArgs(), s => (Eina.Stringshare)s)); //command_line.AddRange(Environment.GetCommandLineArgs()); -#if EFL_BETA app.SetCommandArray(command_line); #endif app.ArgumentsEvent += (object sender, LoopArgumentsEventArgs evt) =>