mirror of https://gitlab.com/bashrc2/epicyon
Remove unused parameter
parent
7d47bf4a38
commit
a6e1723b4c
|
@ -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