Browse Source

Fix extra compiler warnings

pull/61/head
matt335672 3 years ago
parent
commit
e447bc4cff
1 changed files with 0 additions and 2 deletions
  1. +0
    -2
      src/module-xrdp-sink.c

+ 0
- 2
src/module-xrdp-sink.c View File

@ -372,8 +372,6 @@ static void process_render(struct userdata *u, pa_usec_t now) {
static void thread_func(void *userdata) {
struct userdata *u = userdata;
int ret;
pa_usec_t now;
pa_assert(u);


Loading…
Cancel
Save