diff src/name/blackcap/clipman/Pasteboard.kt @ 41:33fbe3a78d84

Got the settings stuff compiling (untested).
author David Barts <n5jrn@me.com>
date Sat, 08 Feb 2020 22:10:01 -0700
parents 2a5808156f99
children
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Pasteboard.kt	Wed Feb 05 16:47:25 2020 -0800
+++ b/src/name/blackcap/clipman/Pasteboard.kt	Sat Feb 08 22:10:01 2020 -0700
@@ -19,7 +19,6 @@
 import kotlin.collections.HashMap
 
 /* Kotlin bug: compaion class fails to see these unless they are out here. */
-private val CHARSET = Charset.forName(CHARSET_NAME)
 private val HTML_FLAVOR = DataFlavor("text/html; document=all; class=\"[B\"; charset=" + CHARSET_NAME)
 
 /**