mirror of https://github.com/GNOME/gimp.git
libgimp: don't #define TILE_HEIGHT gimp_tile_width()
Fortunately, tile width and height were alyways the same.
This commit is contained in:
parent
022439e463
commit
1263552f24
libgimp
|
@ -29,7 +29,7 @@
|
|||
|
||||
|
||||
#define TILE_WIDTH gimp_tile_width()
|
||||
#define TILE_HEIGHT gimp_tile_width()
|
||||
#define TILE_HEIGHT gimp_tile_height()
|
||||
|
||||
|
||||
struct _GimpTileBackendPluginPrivate
|
||||
|
|
Loading…
Reference in New Issue