diff options
| author | Carl Hetherington <cth@carlh.net> | 2024-01-02 17:28:27 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2024-01-02 17:28:30 +0100 |
| commit | 85b2143644d8faf16252666f738d5fda01fc1869 (patch) | |
| tree | 1545de00b0930e9f87c0a93b4d527cdac6c413bd /cscript | |
| parent | 45bad7eafc04937deff27152732ffd848a4fbdd2 (diff) | |
Remove tick/no_tick icons which I believe are no longer used.
They were added to the list in the playlist editor but seemingly
not used.
Diffstat (limited to 'cscript')
| -rw-r--r-- | cscript | 2 |
1 files changed, 0 insertions, 2 deletions
@@ -430,8 +430,6 @@ def make_spec(filename, version, target, options, requires=None): print('%{_datadir}/dcpomatic2/zoom_black.png', file=f) print('%{_datadir}/dcpomatic2/zoom_all_white.png', file=f) print('%{_datadir}/dcpomatic2/zoom_all_black.png', file=f) - print('%{_datadir}/dcpomatic2/tick.png', file=f) - print('%{_datadir}/dcpomatic2/no_tick.png', file=f) print('%{_datadir}/dcpomatic2/link.png', file=f) print('%{_datadir}/dcpomatic2/me.jpg', file=f) print('%{_datadir}/dcpomatic2/add_black.png', file=f) |
