mirror of
https://github.com/Gnucash/gnucash.git
synced 2024-12-01 21:19:16 -06:00
No need for a separate decl and def of a static inline function.
Especially on consecutive lines.
This commit is contained in:
parent
36039c8ca7
commit
41762b295c
@ -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)
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user