Drop unused var and sort copyright

This commit is contained in:
Simon Steinbeiss
2021-01-25 09:53:01 +01:00
committed by Simon Steinbeiß
parent 07dd87723b
commit 1b0aaad892
3 changed files with 1 additions and 5 deletions

View File

@@ -285,11 +285,9 @@ xtm_process_window_init (XtmProcessWindow *window)
{
GtkWidget *toolitem;
guint refresh_rate;
gint handle_position;
g_object_get (window->settings,
"refresh-rate", &refresh_rate,
"handle-position", &handle_position,
NULL);
window->vpaned = GTK_WIDGET (gtk_builder_get_object (window->builder, "mainview-vpaned"));