From 8b5dd55dc4248f8dcf43f65d582549f23ee12a44 Mon Sep 17 00:00:00 2001 From: Christopher Lam Date: Sun, 22 Nov 2020 21:56:35 +0800 Subject: [PATCH] Revert "[c-interface] deprecate gnc:make-string-database" This reverts commit b67bf4b761b3d73c32c3e6662c6626e30ff5e2cb. --- libgnucash/app-utils/c-interface.scm | 2 -- 1 file changed, 2 deletions(-) diff --git a/libgnucash/app-utils/c-interface.scm b/libgnucash/app-utils/c-interface.scm index a2bb2a0122..486b4d442f 100644 --- a/libgnucash/app-utils/c-interface.scm +++ b/libgnucash/app-utils/c-interface.scm @@ -78,8 +78,6 @@ ;; translated with gettext. (define (gnc:make-string-database) (define string-hash (make-hash-table)) - (issue-deprecation-warning "gnc:make-string-database is deprecate. record \ -translatable strings with N_ and G_.") (lambda args (match args (('lookup key) (G_ (hash-ref string-hash key)))