annotate src/name/blackcap/exifwasher/Osdep.kt.default.osdep @ 25:5a5a7de27eb4

ExifWasher -> JpegWasher
author David Barts <n5jrn@me.com>
date Thu, 16 Apr 2020 19:41:29 -0700
parents ba5dc14652da
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
4
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
1 /*
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
2 * OS-dependent code, version for all non-Mac systems.
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
3 */
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
4 package name.blackcap.exifwasher
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
5
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
6 fun setMacMenus() {
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
7 /* no-op */
ba5dc14652da Commit correct Osdep files.
David Barts <n5jrn@me.com>
parents:
diff changeset
8 }