diff options
author | Thomas Huth <thuth@linux.vnet.ibm.com> | 2015-02-26 14:28:06 +0100 |
---|---|---|
committer | Michael Tokarev <mjt@tls.msk.ru> | 2015-03-10 08:15:33 +0300 |
commit | b67072f0aba5837870163116da398005969495df (patch) | |
tree | 64480218ac687013ba12c613952b1533eeec8091 /ui/d3des.h | |
parent | c65476612aa4842785939fa3fbea2123cc980c75 (diff) | |
download | qemu-b67072f0aba5837870163116da398005969495df.zip qemu-b67072f0aba5837870163116da398005969495df.tar.gz qemu-b67072f0aba5837870163116da398005969495df.tar.bz2 |
ui: Removed unused functions
Remove qemu_console_displaystate(), qemu_remove_kbd_event_handler(),
qemu_different_endianness_pixelformat() and cpkey(), since they are
completely unused.
Signed-off-by: Thomas Huth <thuth@linux.vnet.ibm.com>
Reviewed-by: Gerd Hoffmann <kraxel@redhat.com>
Signed-off-by: Michael Tokarev <mjt@tls.msk.ru>
Diffstat (limited to 'ui/d3des.h')
-rw-r--r-- | ui/d3des.h | 6 |
1 files changed, 0 insertions, 6 deletions
@@ -36,12 +36,6 @@ void usekey(unsigned long *); * Loads the internal key register with the data in cookedkey. */ -void cpkey(unsigned long *); -/* cookedkey[32] - * Copies the contents of the internal key register into the storage - * located at &cookedkey[0]. - */ - void des(unsigned char *, unsigned char *); /* from[8] to[8] * Encrypts/Decrypts (according to the key currently loaded in the |