mirror of https://gitlab.com/bashrc2/epicyon
Remove unused parameter
parent
7d47bf4a38
commit
a6e1723b4c
|
@ -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",
|
||||
|
|
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue