mirror of https://github.com/GNOME/gimp.git
Remove gimp_display_shell_title() because it was completely empty
This commit is contained in:
parent
3547a25390
commit
5112bc497d
|
@ -66,11 +66,6 @@ static gint gimp_display_shell_format_filename (gchar *buf,
|
|||
|
||||
/* public functions */
|
||||
|
||||
void
|
||||
gimp_display_shell_title_init (GimpDisplayShell *shell)
|
||||
{
|
||||
}
|
||||
|
||||
void
|
||||
gimp_display_shell_title_update (GimpDisplayShell *shell)
|
||||
{
|
||||
|
|
|
@ -19,7 +19,6 @@
|
|||
#define __GIMP_DISPLAY_SHELL_TITLE_H__
|
||||
|
||||
|
||||
void gimp_display_shell_title_init (GimpDisplayShell *shell);
|
||||
void gimp_display_shell_title_update (GimpDisplayShell *shell);
|
||||
|
||||
|
||||
|
|
|
@ -1221,8 +1221,6 @@ gimp_display_shell_new (GimpDisplay *display,
|
|||
NULL);
|
||||
}
|
||||
|
||||
gimp_display_shell_title_init (shell);
|
||||
|
||||
/* make sure the information is up-to-date */
|
||||
gimp_display_shell_scale_changed (shell);
|
||||
|
||||
|
|
Loading…
Reference in New Issue