Fix compiler warning in HistoryUI 96/49896/3 accepted/tizen/tv/20151022.010509 submit/tizen_tv/20151021.224955
authorJanusz Majnert <j.majnert@samsung.com>
Wed, 21 Oct 2015 08:35:54 +0000 (10:35 +0200)
committerJanusz Majnert <j.majnert@samsung.com>
Wed, 21 Oct 2015 14:45:10 +0000 (07:45 -0700)
commit0249a440b17b1807d01835d4ba8744b899581b4c
tree3bf6fe0a98145eb3990b9136ab796dce7fd8d07b
parent8a083e3b943f0dd0b60effe060666aecbc9af911
Fix compiler warning in HistoryUI

[Issue]        N/A
[Problem]      Compilation warning about unused variables and no return statement
[Solution]     Remove unused variables, change method return type
[Verification] Build the project and verify that there are no warnings from
               HistoryUI

Also changed one reinterpret_cast into a static_cast.

Change-Id: I83fe252409475ef0918978d1d30560f6ab4f85a7
services/HistoryUI/HistoryUI.cpp
services/HistoryUI/HistoryUI.h