libgimp: don't #define TILE_HEIGHT gimp_tile_width()

Fortunately, tile width and height were alyways the same.
This commit is contained in:
Michael Natterer 2016-04-24 20:04:42 +02:00
parent 022439e463
commit 1263552f24
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#define TILE_WIDTH gimp_tile_width()
#define TILE_HEIGHT gimp_tile_width()
#define TILE_HEIGHT gimp_tile_height()
struct _GimpTileBackendPluginPrivate