mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 05:22:40 +02:00
Compare commits
1 Commits
master
...
unusedVari
Author | SHA1 | Date | |
---|---|---|---|
|
ffea74d008 |
@@ -174,7 +174,6 @@ keyboard_zoom_focus (gconstpointer data)
|
|||||||
Gimp *gimp = GIMP (data);
|
Gimp *gimp = GIMP (data);
|
||||||
GimpDisplay *display = GIMP_DISPLAY (gimp_get_display_iter (gimp)->data);
|
GimpDisplay *display = GIMP_DISPLAY (gimp_get_display_iter (gimp)->data);
|
||||||
GimpDisplayShell *shell = gimp_display_get_shell (display);
|
GimpDisplayShell *shell = gimp_display_get_shell (display);
|
||||||
GimpImageWindow *window = gimp_display_shell_get_window (shell);
|
|
||||||
gint image_x;
|
gint image_x;
|
||||||
gint image_y;
|
gint image_y;
|
||||||
gint shell_x_before_zoom;
|
gint shell_x_before_zoom;
|
||||||
|
@@ -995,7 +995,6 @@ gimp_dock_window_image_changed (GimpDockWindow *dock_window,
|
|||||||
GimpImage *image,
|
GimpImage *image,
|
||||||
GimpContext *context)
|
GimpContext *context)
|
||||||
{
|
{
|
||||||
GimpContainer *image_container = dock_window->p->image_container;
|
|
||||||
GimpContainer *display_container = dock_window->p->display_container;
|
GimpContainer *display_container = dock_window->p->display_container;
|
||||||
|
|
||||||
/* make sure auto-follow-active works both ways */
|
/* make sure auto-follow-active works both ways */
|
||||||
|
@@ -5037,9 +5037,7 @@ gradient_get_values_real_external (const gchar *gradient_name,
|
|||||||
GimpGradient *gradient;
|
GimpGradient *gradient;
|
||||||
GeglColor **colors;
|
GeglColor **colors;
|
||||||
const Babl *format = babl_format ("R'G'B'A u8");
|
const Babl *format = babl_format ("R'G'B'A u8");
|
||||||
gdouble *tmp_values;
|
|
||||||
gint i;
|
gint i;
|
||||||
gint j;
|
|
||||||
|
|
||||||
gradient = gimp_gradient_get_by_name (gradient_name);
|
gradient = gimp_gradient_get_by_name (gradient_name);
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user