comparison src/name/blackcap/clipman/Osdep.kt.default.osdep @ 41:33fbe3a78d84

Got the settings stuff compiling (untested).
author David Barts <n5jrn@me.com>
date Sat, 08 Feb 2020 22:10:01 -0700
parents
children
comparison
equal deleted inserted replaced
40:c803a2c89ea0 41:33fbe3a78d84
1 /*
2 * OS-dependent code, version for all non-Mac systems.
3 */
4 package name.blackcap.clipman
5
6 fun setMacMenus() {
7 /* no-op */
8 }