Create new (empty) branch for board themes
[xboard.git] / winboard / wclipbrd.h
diff --git a/winboard/wclipbrd.h b/winboard/wclipbrd.h
deleted file mode 100644 (file)
index 1fc56b1..0000000
+++ /dev/null
@@ -1,38 +0,0 @@
-/*\r
- * wclipbrd.c -- Clipboard routines for WinBoard\r
- *\r
- * Copyright 2000, 2009, 2010, 2011, 2012, 2013, 2014, 2015, 2016 Free\r
- * Software Foundation, Inc.\r
- *\r
- * Enhancements Copyright 2005 Alessandro Scotti\r
- *\r
- * ------------------------------------------------------------------------\r
- *\r
- * GNU XBoard is free software: you can redistribute it and/or modify\r
- * it under the terms of the GNU General Public License as published by\r
- * the Free Software Foundation, either version 3 of the License, or (at\r
- * your option) any later version.\r
- *\r
- * GNU XBoard is distributed in the hope that it will be useful, but\r
- * WITHOUT ANY WARRANTY; without even the implied warranty of\r
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU\r
- * General Public License for more details.\r
- *\r
- * You should have received a copy of the GNU General Public License\r
- * along with this program. If not, see http://www.gnu.org/licenses/.  *\r
- *\r
- *------------------------------------------------------------------------\r
- ** See the file ChangeLog for a revision history.  */\r
-\r
-VOID CopyFENToClipboard();\r
-VOID CopyGameToClipboard();\r
-VOID CopyGameListToClipboard();\r
-int CopyTextToClipboard(char *text);\r
-\r
-VOID PasteFENFromClipboard();\r
-VOID PasteGameFromClipboard();\r
-int PasteTextFromClipboard(char **text);\r
-\r
-VOID DeleteClipboardTempFiles();\r
-\r
-VOID PasteGameOrFENFromClipboard(); /* [AS] */\r