Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/Remmina/remmina-plugins.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDenis Ollier <larchunix@users.noreply.github.com>2018-04-21 15:52:51 +0300
committerlarchunix <larchunix@users.noreply.github.com>2018-04-21 22:44:45 +0300
commit68a728ca92be951f929b03ff15805c40c7170b7e (patch)
tree3adbe4ab15a0f01d4c070d2689883e4f1da896d6
parent1e4701c7139efa21d25aaf6f7622e75bbb6b1438 (diff)
nx: remove unused remminafile variable
-rw-r--r--nx_plugin.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/nx_plugin.c b/nx_plugin.c
index 16959b4..c981154 100644
--- a/nx_plugin.c
+++ b/nx_plugin.c
@@ -577,7 +577,6 @@ static gboolean remmina_plugin_nx_open_connection(RemminaProtocolWidget *gp)
{
TRACE_CALL(__func__);
RemminaPluginNxData *gpdata = GET_PLUGIN_DATA(gp);
- RemminaFile *remminafile;
gint width, height;
if (!remmina_plugin_nx_service->gtksocket_available()) {
@@ -587,8 +586,6 @@ static gboolean remmina_plugin_nx_open_connection(RemminaProtocolWidget *gp)
return FALSE;
}
- remminafile = remmina_plugin_nx_service->protocol_plugin_get_file(gp);
-
width = remmina_plugin_nx_service->get_profile_remote_width(gp);
height = remmina_plugin_nx_service->get_profile_remote_height(gp);