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:
Diffstat (limited to 'nx_plugin.c')
-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);