Remove unused variable

tingping/wmclass
Alexander Larsson 2017-05-19 09:24:51 +02:00
parent 07609559b8
commit 05aa9e4eb3
1 changed files with 0 additions and 1 deletions

View File

@ -3459,7 +3459,6 @@ export_mime_file (int parent_fd,
g_autoptr(GOutputStream) out_stream = NULL;
g_autofree gchar *data = NULL;
gsize data_len;
g_autoptr(GKeyFile) keyfile = NULL;
xmlDoc *doc = NULL;
xml_autofree xmlChar *xmlbuff = NULL;
int buffersize;