-
Notifications
You must be signed in to change notification settings - Fork 37.7k
build: Remove unused RES_IMAGES #19394
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
Conversation
Concept ACK. There another instance of bitcoin/src/Makefile.qt.include Line 293 in d3a5dbf
|
4ffd304
to
53361dd
Compare
@fanquake PR updated, thanks. |
Concept ACK. |
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.
ACK 53361dd, tested on Linux Mint 20 (x86_64).
What about |
bitcoin/src/Makefile.qt.include Line 279 in 1269cab
|
RES_ANIMATION would be a better name for the spinner, I guess |
Renaming the directory would also help I guess: |
Created a PR here to rename movies to animation. Movies has always seemed like an odd term for the spinner animation. |
Remove RES_IMAGES. Seems to be unused since 2015 in the commit below.
98c222b#diff-9a4f3a253de77bf90b107bdf5283ebc3R317
The src/qt/res/images to which it was used with is no longer present either.