some code cleanup

svn-id: r35966
This commit is contained in:
Max Horn 2009-01-20 23:19:42 +00:00
parent c210b71876
commit 299736c9e1
7 changed files with 54 additions and 53 deletions

View file

@ -26,6 +26,7 @@
#ifdef ENABLE_VKEYBD
#include "backends/vkeybd/image-map.h"
#include "backends/vkeybd/polygon.h"
namespace Common {
@ -64,7 +65,7 @@ String ImageMap::findMapArea(int16 x, int16 y) {
if (it->_value->contains(x, y))
return it->_key;
}
return "";
return String();
}