diff --git a/ntfsprogs/utils.c b/ntfsprogs/utils.c index 65ae8eca..be85cf90 100644 --- a/ntfsprogs/utils.c +++ b/ntfsprogs/utils.c @@ -73,7 +73,6 @@ #include "logging.h" const char *ntfs_bugs = "Developers' email address: "NTFS_DEV_LIST"\n"; -const char *ntfs_home = "Linux NTFS homepage: http://www.linux-ntfs.org\n"; const char *ntfs_gpl = "This program is free software, released under the GNU " "General Public License\nand you are welcome to redistribute it under " "certain conditions. It comes with\nABSOLUTELY NO WARRANTY; for " diff --git a/ntfsprogs/utils.h b/ntfsprogs/utils.h index e5cfbb5d..7032556c 100644 --- a/ntfsprogs/utils.h +++ b/ntfsprogs/utils.h @@ -39,7 +39,6 @@ #endif extern const char *ntfs_bugs; -extern const char *ntfs_home; extern const char *ntfs_gpl; int utils_set_locale(void);