diff --git a/src/roster_window.py b/src/roster_window.py
index 8af767a647fcb55ea3612bca385d2b834ba5dd74..94e5b9a1d605231fa952938327080e15d9b2e7a7 100644
--- a/src/roster_window.py
+++ b/src/roster_window.py
@@ -2270,9 +2270,6 @@ class RosterWindow:
 
 	def on_change_mood_activate(self, widget, account):
 		dlg = dialogs.ChangeMoodDialog(account)
-#		(mood, message) = dlg.run()
-#		if mood is not None: # None is if user pressed Cancel
-#			self.send_mood(account, mood, message)
 
 	def on_change_status_message_activate(self, widget, account):
 		show = gajim.SHOW_LIST[gajim.connections[account].connected]