Skip to content

Commit

Permalink
Remove Timespec from the guile base typemap.
Browse files Browse the repository at this point in the history
  • Loading branch information
jralls committed Jan 20, 2018
1 parent 91f4b19 commit d86b651
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions common/base-typemaps.i
Expand Up @@ -50,9 +50,6 @@ typedef char gchar;
%typemap(in) gboolean "$1 = scm_is_true($input) ? TRUE : FALSE;"
%typemap(out) gboolean "$result = $1 ? SCM_BOOL_T : SCM_BOOL_F;"

%typemap(in) Timespec "$1 = gnc_timepair2timespec($input);"
%typemap(out) Timespec "$result = gnc_timespec2timepair($1);"

%typemap(in) GDate "$1 = gnc_time64_to_GDate($input);"

%typemap(in) GncGUID "$1 = gnc_scm2guid($input);"
Expand Down

0 comments on commit d86b651

Please sign in to comment.