mirror of
https://github.com/Gnucash/gnucash.git
synced 2025-02-25 18:55:30 -06:00
Revert "[c-interface] deprecate gnc:make-string-database"
This reverts commit b67bf4b761
.
This commit is contained in:
parent
b67bf4b761
commit
8b5dd55dc4
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user