Remove unused localization string

This commit is contained in:
Olexandr Nesterenko
2014-09-01 17:57:02 +03:00
parent e58089b95c
commit 8fddd1717c
+1 -1
View File
@@ -57,7 +57,7 @@ var Path = {
openPath: function() {
Path.init();
Engine.event('progress', 'path');
Notifications.notify(Room, _('the compass points ' + World.dir));
Notifications.notify(Room, 'the compass points ' + World.dir);
},
getWeight: function(thing) {