No need for a separate decl and def of a static inline function.

Especially on consecutive lines.
This commit is contained in:
John Ralls 2020-04-23 15:56:46 -07:00
parent 36039c8ca7
commit 41762b295c

View File

@ -104,9 +104,6 @@ gboolean gnucash_sheet_draw_cb (GtkWidget *widget, cairo_t *cr,
/** Implementation *****************************************************/
static inline gboolean
gnucash_sheet_virt_cell_out_of_bounds (GnucashSheet *sheet,
VirtualCellLocation vcell_loc);
gboolean
gnucash_sheet_virt_cell_out_of_bounds (GnucashSheet *sheet,
VirtualCellLocation vcell_loc)
{