Skip to content

Commit

Permalink
Delete the unused and slightly pointless gnucash_foo_version functions
Browse files Browse the repository at this point in the history
git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@20193 57a11ea4-9604-0410-9ed3-97b8803252fd
  • Loading branch information
jralls committed Jan 29, 2011
1 parent 4187f8d commit 1f3b1ea
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 26 deletions.
19 changes: 0 additions & 19 deletions src/engine/gnc-engine.c
Expand Up @@ -48,25 +48,6 @@ gpointer g_error_cb_data;

// static QofLogModule log_module = GNC_MOD_ENGINE;

/* GnuCash version functions */
unsigned int
gnucash_major_version (void)
{
return GNUCASH_MAJOR_VERSION;
}

unsigned int
gnucash_minor_version (void)
{
return GNUCASH_MINOR_VERSION;
}

unsigned int
gnucash_micro_version (void)
{
return GNUCASH_MICRO_VERSION;
}

/********************************************************************
* gnc_engine_init
* initialize backend, load any necessary databases, etc.
Expand Down
7 changes: 0 additions & 7 deletions src/engine/gnc-engine.h
Expand Up @@ -219,13 +219,6 @@ typedef void (* gnc_engine_init_hook_t)(int, char **);

/** PROTOTYPES ******************************************************/

/** GnuCash version number information. */
unsigned int gnucash_major_version (void);
/** GnuCash version number information. */
unsigned int gnucash_minor_version (void);
/** GnuCash version number information. */
unsigned int gnucash_micro_version (void);

/** gnc_engine_init should be called before gnc engine
* functions can be used - see also ::qof_init for a
* method that does not require Guile. */
Expand Down

0 comments on commit 1f3b1ea

Please sign in to comment.