diff options
author | Werner Koch <wk@gnupg.org> | 2013-07-31 16:15:01 +0200 |
---|---|---|
committer | Werner Koch <wk@gnupg.org> | 2013-07-31 16:25:41 +0200 |
commit | f101f34fffee4a02e7a5f62b59667e45e50e8325 (patch) | |
tree | 17d16336aa41e0e8b4b03d3d7d0a107147998936 /common/w32help.h | |
parent | dirmngr: Remove unused file. (diff) | |
download | gnupg2-f101f34fffee4a02e7a5f62b59667e45e50e8325.tar.xz gnupg2-f101f34fffee4a02e7a5f62b59667e45e50e8325.zip |
common: Comment out unused code.
* common/w32-reg.c (write_w32_registry_string): Comment out.
Diffstat (limited to 'common/w32help.h')
-rw-r--r-- | common/w32help.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/common/w32help.h b/common/w32help.h index 50eda67a0..b9b7c449b 100644 --- a/common/w32help.h +++ b/common/w32help.h @@ -35,9 +35,6 @@ /*-- w32-reg.c --*/ char *read_w32_registry_string (const char *root, const char *dir, const char *name ); -int write_w32_registry_string (const char *root, const char *dir, - const char *name, const char *value); - /* Other stuff. */ #ifdef HAVE_W32CE_SYSTEM |