Skip to content

Commit

Permalink
Remove unused test function get_object_is_initialized in qofobject.cpp
Browse files Browse the repository at this point in the history
  • Loading branch information
richardcohen committed Jan 24, 2023
1 parent 925fcbc commit 6927535
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
7 changes: 0 additions & 7 deletions libgnucash/engine/qofobject.cpp
Expand Up @@ -45,20 +45,13 @@ extern "C"
{
#endif

gboolean get_object_is_initialized( void );
GList* get_object_modules( void );
GList* get_book_list( void );

#ifdef __cplusplus
}
#endif

gboolean
get_object_is_initialized( void )
{
return object_is_initialized;
}

GList*
get_object_modules( void )
{
Expand Down
1 change: 0 additions & 1 deletion libgnucash/engine/test/test-qofobject.c
Expand Up @@ -90,7 +90,6 @@ extern "C"
{
#endif

extern gboolean get_object_is_initialized( void );
extern GList* get_object_modules( void );
extern GList* get_book_list( void );

Expand Down

0 comments on commit 6927535

Please sign in to comment.