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,
|
httpPrefix, nickname, domain, port,
|
||||||
"spanner",
|
"spanner",
|
||||||
"It's a spanner",
|
"It's a spanner",
|
||||||
"img/shares1.png",
|
"img/shares1.png",
|
||||||
1, "tool",
|
1, "tool",
|
||||||
"mechanical",
|
"mechanical",
|
||||||
"City",
|
"City",
|
||||||
|
|
|
@ -73,7 +73,6 @@ def _htmlNewPostDropDown(scopeIcon: str, scopeDescription: str,
|
||||||
dropdownFollowersSuffix: str,
|
dropdownFollowersSuffix: str,
|
||||||
dropdownDMSuffix: str,
|
dropdownDMSuffix: str,
|
||||||
dropdownReminderSuffix: str,
|
dropdownReminderSuffix: str,
|
||||||
dropdownEventSuffix: str,
|
|
||||||
dropdownReportSuffix: str,
|
dropdownReportSuffix: str,
|
||||||
noDropDown: bool,
|
noDropDown: bool,
|
||||||
accessKeys: {}) -> str:
|
accessKeys: {}) -> str:
|
||||||
|
@ -488,7 +487,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
dropdownUnlistedSuffix = ''
|
dropdownUnlistedSuffix = ''
|
||||||
dropdownFollowersSuffix = ''
|
dropdownFollowersSuffix = ''
|
||||||
dropdownDMSuffix = ''
|
dropdownDMSuffix = ''
|
||||||
dropdownEventSuffix = ''
|
|
||||||
dropdownReminderSuffix = ''
|
dropdownReminderSuffix = ''
|
||||||
dropdownReportSuffix = ''
|
dropdownReportSuffix = ''
|
||||||
if inReplyTo:
|
if inReplyTo:
|
||||||
|
@ -520,7 +518,6 @@ def htmlNewPost(cssCache: {}, mediaInstance: bool, translate: {},
|
||||||
dropdownFollowersSuffix,
|
dropdownFollowersSuffix,
|
||||||
dropdownDMSuffix,
|
dropdownDMSuffix,
|
||||||
dropdownReminderSuffix,
|
dropdownReminderSuffix,
|
||||||
dropdownEventSuffix,
|
|
||||||
dropdownReportSuffix,
|
dropdownReportSuffix,
|
||||||
noDropDown, accessKeys)
|
noDropDown, accessKeys)
|
||||||
else:
|
else:
|
||||||
|
|
Loading…
Reference in New Issue