Skip to content

Commit 200090a

Browse files
committed
libvncclient: remove unused function
1 parent 741367e commit 200090a

1 file changed

Lines changed: 1 addition & 6 deletions

File tree

libvncclient/vncviewer.c

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -48,12 +48,7 @@ static rfbBool DummyPoint(rfbClient* client, int x, int y) {
4848
static void DummyRect(rfbClient* client, int x, int y, int w, int h) {
4949
}
5050

51-
#ifdef WIN32
52-
static char* NoPassword(rfbClient* client) {
53-
return strdup("");
54-
}
55-
#else
56-
#include <stdio.h>
51+
#ifndef WIN32
5752
#include <termios.h>
5853
#endif
5954

0 commit comments

Comments
 (0)