diff src/name/blackcap/clipman/Pasteboard.kt @ 27:8aa2dfac27eb

Big reorg; compiled but untested.
author David Barts <n5jrn@me.com>
date Wed, 29 Jan 2020 10:50:07 -0800
parents 96cc73ae2904
children 0c6c18a733b7
line wrap: on
line diff
--- a/src/name/blackcap/clipman/Pasteboard.kt	Wed Jan 29 10:47:46 2020 -0800
+++ b/src/name/blackcap/clipman/Pasteboard.kt	Wed Jan 29 10:50:07 2020 -0800
@@ -21,11 +21,6 @@
 /* Constants, etc. */
 val CHARSET_NAME = "UTF-8"
 
-/*
- * Represents an error dealing with pasteboard items.
- */
-class PasteboardError(): Exception()
-
 /**
  * Represents an item of data in the clipboard and how to read and
  * write it.