Fix compiler warning in SettingsUI.cpp 02/49902/2
authorJanusz Majnert <j.majnert@samsung.com>
Wed, 21 Oct 2015 10:06:49 +0000 (12:06 +0200)
committerJanusz Majnert <j.majnert@samsung.com>
Wed, 21 Oct 2015 14:44:00 +0000 (07:44 -0700)
commit1d72ef72592e2c2d3bb8345b42f14b5f1edb0658
tree8f5afcb0503d39d3b4f237cd3901c91217fe46d4
parent142602d4ad00396f3f8688140e27a2c1a830b3b2
Fix compiler warning in SettingsUI.cpp

[Issue]        N/A
[Problem]      Warnings: unused variables and initialization list ordering
[Solution]     Remove unused variables and fix ordering
[Verification] Build the project and verify that there are no warnings from
               SettingsUI.cpp

Change-Id: I6cef34f2a0b90617a82db12f737e86782f3195a5
services/SettingsUI/SettingsUI.cpp