Skip to content

Commit 95d6f45

Browse files
author
thyttan
committed
messagegui: remove unused parameter
1 parent 8b0294d commit 95d6f45

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/messagegui/app.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ function checkMessages(options) {
743743
});
744744
}
745745

746-
function returnToCheckMessages(clock) {
746+
function returnToCheckMessages() {
747747
checkMessages({clockIfNoMsg:1,clockIfAllRead:1,ignoreUnread:settings.ignoreUnread,openMusic});
748748
}
749749

0 commit comments

Comments
 (0)