summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-24 09:38:31 +0000
committerBjørn Lindeijer <bjorn@lindeijer.nl>2007-08-24 09:38:31 +0000
commit15c9ca70fa37dc8bae6b9ebd63209f5d0f7b0756 (patch)
tree150a56dbcd731e1abcfc168fd5e937a3b2cd7ddc /ChangeLog
parent78e280de977329aec2b9ad5926882dc9af4d152d (diff)
downloadmana-client-15c9ca70fa37dc8bae6b9ebd63209f5d0f7b0756.tar.gz
mana-client-15c9ca70fa37dc8bae6b9ebd63209f5d0f7b0756.tar.bz2
mana-client-15c9ca70fa37dc8bae6b9ebd63209f5d0f7b0756.tar.xz
mana-client-15c9ca70fa37dc8bae6b9ebd63209f5d0f7b0756.zip
Removed unnecessary Gui::isCustomCursor method.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 6c450eb5..3cfeef3c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,8 @@
* src/gui/gui.h, src/gui/gui.cpp: Removed useless logic method and
reverted mouse cursor to non-static since there can be only one Gui
instance so there is no point in supporting a shared resource.
+ * src/gui/window.cpp, src/gui/gui.h: Removed unnecessary
+ Gui::isCustomCursor method.
2007-08-23 Bjørn Lindeijer <bjorn@lindeijer.nl>