summaryrefslogtreecommitdiff
path: root/cscript
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2024-01-02 17:28:27 +0100
committerCarl Hetherington <cth@carlh.net>2024-01-02 17:28:30 +0100
commit85b2143644d8faf16252666f738d5fda01fc1869 (patch)
tree1545de00b0930e9f87c0a93b4d527cdac6c413bd /cscript
parent45bad7eafc04937deff27152732ffd848a4fbdd2 (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--cscript2
1 files changed, 0 insertions, 2 deletions
diff --git a/cscript b/cscript
index ead995702..f87268b32 100644
--- a/cscript
+++ b/cscript
@@ -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)