diff options
Diffstat (limited to 'src/gui/statuswindow.cpp')
-rw-r--r-- | src/gui/statuswindow.cpp | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/src/gui/statuswindow.cpp b/src/gui/statuswindow.cpp index 18f1ceb3..4df474a7 100644 --- a/src/gui/statuswindow.cpp +++ b/src/gui/statuswindow.cpp @@ -199,14 +199,10 @@ void StatusWindow::update() update(); } -std::string StatusWindow::update(int id) +void StatusWindow::update(int id) { // TODO: only update what changed update(); - - // FIXME: Added the return value to be able to compile, haven't got a - // clue what it is supposed to return (Kess, July 2009) - return ""; } void StatusWindow::addAttribute(int id, const std::string &name, |