Remove unused parameter

main
Bob Mottram 2021-07-24 12:53:45 +01:00
parent 7d47bf4a38
commit a6e1723b4c
2 changed files with 1 additions and 4 deletions

View File

@ -2327,7 +2327,7 @@ if args.testdata:
httpPrefix, nickname, domain, port,
"spanner",
"It's a spanner",
"img/shares1.png",
"img/shares1.png",
1, "tool",
"mechanical",
"City",

View File

@ -73,7 +73,6 @@ def _htmlNewPostDropDown(scopeIcon: str, scopeDescription: str,
dropdownFollowersSuffix: str,
dropdownDMSuffix: str,
dropdownReminderSuffix: str,
dropdownEventSuffix: str,
dropdownReportSuffix: str,
noDropDown: bool,
accessKeys: {}) -> str:
@ -488,7 +487,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
dropdownUnlistedSuffix = ''
dropdownFollowersSuffix = ''
dropdownDMSuffix = ''
dropdownEventSuffix = ''
dropdownReminderSuffix = ''
dropdownReportSuffix = ''
if inReplyTo:
@ -520,7 +518,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
dropdownFollowersSuffix,
dropdownDMSuffix,
dropdownReminderSuffix,
dropdownEventSuffix,
dropdownReportSuffix,
noDropDown, accessKeys)
else: