<p>In <a href="https://github.com/geany/geany/pull/576#discussion_r54462474">src/keyfile.c</a>:</p>
<pre style='color:#555'>> @@ -1287,13 +1285,6 @@ void configuration_apply_settings(void)
>    }
>    g_free(scribble_text);
>  
> -  /* set the position of the hpaned and vpaned */
> -  if (prefs.save_winpos)
> -  {
> -          gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "hpaned1")), hpan_position);
> -          gtk_paned_set_position(GTK_PANED(ui_lookup_widget(main_widgets.window, "vpaned1")), vpan_position);
> -  }
> -
</pre>
<p>I believe the only reason why it was here was that hpan_position and vpan_position were read in this file and accessible only here.</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br>Reply to this email directly or <a href="https://github.com/geany/geany/pull/576/files#r54462474">view it on GitHub</a>.<img alt="" height="1" src="https://github.com/notifications/beacon/ABDrJ6b48Ucem7PYeEm6xSMJaSAI405Hks5po0DbgaJpZM4FYQP8.gif" width="1" /></p>
<div itemscope itemtype="http://schema.org/EmailMessage">
<div itemprop="action" itemscope itemtype="http://schema.org/ViewAction">
  <link itemprop="url" href="https://github.com/geany/geany/pull/576/files#r54462474"></link>
  <meta itemprop="name" content="View Pull Request"></meta>
</div>
<meta itemprop="description" content="View this Pull Request on GitHub"></meta>
</div>