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 /platform | |
| 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 'platform')
| -rw-r--r-- | platform/osx/make_dmg.sh | 2 | ||||
| -rw-r--r-- | platform/windows/wscript | 2 |
2 files changed, 0 insertions, 4 deletions
diff --git a/platform/osx/make_dmg.sh b/platform/osx/make_dmg.sh index a70a0e399..fb9a24a9b 100644 --- a/platform/osx/make_dmg.sh +++ b/platform/osx/make_dmg.sh @@ -250,8 +250,6 @@ function copy_resources { cp $prefix/src/dcpomatic/graphics/sequence*.png "$dest" cp $prefix/src/dcpomatic/graphics/me.jpg "$dest" cp $prefix/src/dcpomatic/graphics/link.png "$dest" - cp $prefix/src/dcpomatic/graphics/tick.png "$dest" - cp $prefix/src/dcpomatic/graphics/no_tick.png "$dest" cp $prefix/src/dcpomatic/graphics/add*.png "$dest" cp $prefix/src/dcpomatic/graphics/pause*.png "$dest" cp -r $prefix/share/libdcp/xsd "$dest" diff --git a/platform/windows/wscript b/platform/windows/wscript index 058fa6793..8eb0fafa9 100644 --- a/platform/windows/wscript +++ b/platform/windows/wscript @@ -336,8 +336,6 @@ File "%graphics%/snap_black.png" File "%graphics%/sequence_white.png" File "%graphics%/sequence_black.png" File "%graphics%/me.jpg" -File "%graphics%/tick.png" -File "%graphics%/no_tick.png" File "%graphics%/link.png" File "%graphics%/add_black.png" File "%graphics%/add_white.png" |
