Merge pull request #191 from ericcurtin/doc-portal-xdp-main-unused-var

Remove unused variable in this file
tingping/wmclass
matthiasclasen 2016-07-17 19:16:01 -04:00 committed by GitHub
commit 516641f5d7
1 changed files with 0 additions and 1 deletions

View File

@ -622,7 +622,6 @@ portal_add_named (GDBusMethodInvocation *invocation,
GDBusMessage *message;
GUnixFDList *fd_list;
g_autofree char *id = NULL;
g_autofree char *proc_path = NULL;
int parent_fd_id, parent_fd, fds_len;
const int *fds;
char parent_path_buffer[PATH_MAX + 1];