diff src/name/blackcap/clipman/Pasteboard.kt @ 31:0c6c18a733b7

Compiles, new menu still a mess.
author David Barts <n5jrn@me.com>
date Thu, 30 Jan 2020 16:01:51 -0800
parents 8aa2dfac27eb
children 9890445e4cc4
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Pasteboard.kt	Wed Jan 29 21:56:12 2020 -0800
+++ b/src/name/blackcap/clipman/Pasteboard.kt	Thu Jan 30 16:01:51 2020 -0800
@@ -18,9 +18,6 @@
 import java.util.logging.Logger
 import kotlin.collections.HashMap
 
-/* Constants, etc. */
-val CHARSET_NAME = "UTF-8"
-
 /**
  * Represents an item of data in the clipboard and how to read and
  * write it.