aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/programs/Xserver/hw/nxagent/Holder.h
diff options
context:
space:
mode:
authorUlrich Sibiller <uli42@gmx.de>2019-10-23 21:20:39 +0200
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2019-11-02 11:13:24 +0100
commitdbf36ece31793840a16467fcac1245dfa6b587ab (patch)
tree4b373a64895cfedeb94a4e4877558cec09ee3831 /nx-X11/programs/Xserver/hw/nxagent/Holder.h
parentcbc9f831cb2165a16075987c2c8698e58e9f7090 (diff)
downloadnx-libs-dbf36ece31793840a16467fcac1245dfa6b587ab.tar.gz
nx-libs-dbf36ece31793840a16467fcac1245dfa6b587ab.tar.bz2
nx-libs-dbf36ece31793840a16467fcac1245dfa6b587ab.zip
nxagent: drop Holder.[ch]
The only left code was nxagentCheckum() which was not compiling anyway.
Diffstat (limited to 'nx-X11/programs/Xserver/hw/nxagent/Holder.h')
-rw-r--r--nx-X11/programs/Xserver/hw/nxagent/Holder.h31
1 files changed, 0 insertions, 31 deletions
diff --git a/nx-X11/programs/Xserver/hw/nxagent/Holder.h b/nx-X11/programs/Xserver/hw/nxagent/Holder.h
deleted file mode 100644
index 312156aee..000000000
--- a/nx-X11/programs/Xserver/hw/nxagent/Holder.h
+++ /dev/null
@@ -1,31 +0,0 @@
-/**************************************************************************/
-/* */
-/* Copyright (c) 2001, 2011 NoMachine (http://www.nomachine.com) */
-/* Copyright (c) 2008-2014 Oleksandr Shneyder <o.shneyder@phoca-gmbh.de> */
-/* Copyright (c) 2011-2016 Mike Gabriel <mike.gabriel@das-netzwerkteam.de>*/
-/* Copyright (c) 2014-2016 Mihai Moldovan <ionic@ionic.de> */
-/* Copyright (c) 2014-2016 Ulrich Sibiller <uli42@gmx.de> */
-/* Copyright (c) 2015-2016 Qindel Group (http://www.qindel.com) */
-/* */
-/* NXAGENT, NX protocol compression and NX extensions to this software */
-/* are copyright of the aforementioned persons and companies. */
-/* */
-/* Redistribution and use of the present software is allowed according */
-/* to terms specified in the file LICENSE which comes in the source */
-/* distribution. */
-/* */
-/* All rights reserved. */
-/* */
-/* NOTE: This software has received contributions from various other */
-/* contributors, only the core maintainers and supporters are listed as */
-/* copyright holders. Please contact us, if you feel you should be listed */
-/* as copyright holder, as well. */
-/* */
-/**************************************************************************/
-
-#ifndef __Holder_H__
-#define __Holder_H__
-
-const char *nxagentChecksum(char *data, int size);
-
-#endif /* __Holder_H__ */