Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
L
libvncserver
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
rasky
libvncserver
Commits
17ce0c56
Commit
17ce0c56
authored
Jun 01, 2011
by
Christian Beier
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Remove some unused variables.
parent
ddd9b5ac
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
3 deletions
+0
-3
main.c
libvncserver/main.c
+0
-1
sockets.c
libvncserver/sockets.c
+0
-2
No files found.
libvncserver/main.c
View file @
17ce0c56
...
...
@@ -1071,7 +1071,6 @@ rfbProcessEvents(rfbScreenInfoPtr screen,long usec)
{
rfbClientIteratorPtr
i
;
rfbClientPtr
cl
,
clPrev
;
struct
timeval
tv
;
rfbBool
result
=
FALSE
;
extern
rfbClientIteratorPtr
rfbGetClientIteratorWithClosed
(
rfbScreenInfoPtr
rfbScreen
);
...
...
libvncserver/sockets.c
View file @
17ce0c56
...
...
@@ -218,8 +218,6 @@ rfbCheckFds(rfbScreenInfoPtr rfbScreen,long usec)
struct
sockaddr_in
addr
;
socklen_t
addrlen
=
sizeof
(
addr
);
char
buf
[
6
];
const
int
one
=
1
;
int
sock
;
rfbClientIteratorPtr
i
;
rfbClientPtr
cl
;
int
result
=
0
;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment