app: remove gimp_display_shell_update_scrollbars_and_rulers()
and move its two statements to its two callers.
This commit is contained in:
@ -85,20 +85,6 @@ static void gimp_display_shell_scale_get_zoom_focus (GimpDisplayShell *shel
|
||||
|
||||
/* public functions */
|
||||
|
||||
/**
|
||||
* gimp_display_shell_update_scrollbars_and_rulers:
|
||||
* @shell: the #GimpDisplayShell
|
||||
*
|
||||
**/
|
||||
void
|
||||
gimp_display_shell_update_scrollbars_and_rulers (GimpDisplayShell *shell)
|
||||
{
|
||||
g_return_if_fail (GIMP_IS_DISPLAY_SHELL (shell));
|
||||
|
||||
gimp_display_shell_scale_update_scrollbars (shell);
|
||||
gimp_display_shell_scale_update_rulers (shell);
|
||||
}
|
||||
|
||||
/**
|
||||
* gimp_display_shell_scale_update_scrollbars:
|
||||
* @shell:
|
||||
|
||||
Reference in New Issue
Block a user