-
Notifications
You must be signed in to change notification settings - Fork 224
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
#2850 Remove --cleanuplegacyfadersettings command line option #3116
#2850 Remove --cleanuplegacyfadersettings command line option #3116
Conversation
This should be documented, so no SKIP? |
I'd rather it remained undocumented. In #2839, the change log was
-- the |
This implies we should also remove it from the website. |
It was meant to be an undocumented option. There shouldn't be any mention of it other than discussions / issues. |
a7b3968
to
6f680ae
Compare
I'm seeing lots of
|
Yes. I think I also saw that once. |
6f680ae
to
90c811f
Compare
90c811f
to
67c4a8c
Compare
855df7a
to
08867ae
Compare
e46609a
to
837a829
Compare
@@ -232,8 +232,6 @@ void CClientSettings::ReadSettingsFromXML ( const QDomDocument& IniXMLDocument, | |||
int iValue; | |||
bool bValue; | |||
|
|||
bCleanUpLegacyFaderSettings = CommandLineOptions.contains ( "--cleanuplegacyfadersettings" ); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is passing ComandLineOptions still needed?
Otherwiese we don't fully undo https://github.com/jamulussoftware/jamulus/pull/2839/files
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's used in ReadSettingsFromXML
in CSettings generally - it should be issuing an unused variable warning... Hm.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Are you sure? I don't find it in this function anymore.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
src/settings.cpp:36: ReadSettingsFromXML ( IniXMLDocument, CommandLineOptions );
837a829
to
0383224
Compare
0383224
to
8c9f432
Compare
8c9f432
to
0f89d2d
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ok. Then approving.
Short description of changes
Removes undocumented
--cleanuplegacyfadersettings
command line option.CHANGELOG: SKIP
Context: Fixes an issue?
Fixes: #2850
Does this change need documentation? What needs to be documented and how?
No.
Status of this Pull Request
Tested
./Jamulus
after local build:Before run:
Connected to a server, exited.
After run:
What is missing until this pull request can be merged?
Code review - deleting previously added code.
Checklist