From: Oliver Kurth Date: Fri, 15 Sep 2017 18:22:46 +0000 (-0700) Subject: Remove unreferenced functions for common header file; not applicable X-Git-Tag: stable-10.2.0~684 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ebc26216ee0db2c7d80215ffc0b930a5560f2696;p=thirdparty%2Fopen-vm-tools.git Remove unreferenced functions for common header file; not applicable to open-vm-tools. --- diff --git a/open-vm-tools/lib/include/preference.h b/open-vm-tools/lib/include/preference.h index f2e1358b8..0694eb198 100644 --- a/open-vm-tools/lib/include/preference.h +++ b/open-vm-tools/lib/include/preference.h @@ -34,10 +34,7 @@ int32 Preference_GetLong(int32 defaultValue, const char *fmt); int64 Preference_GetInt64(int64 defaultvalue, const char *fmt); double Preference_GetDouble(double defaultValue, const char *fmt); char *Preference_GetString(const char *defaultValue, const char *fmt); -char *Preference_GetStringPlain(const char *defaultValue, const char *fmt); -char *Preference_GetStringEnum(const void *defaultValue, - const char **choices, - const char *name); + void Preference_Log(void); char *Preference_GetPathName(const char *defaultValue, const char *fmt); void Preference_SetFromString(const char *string, Bool overwrite);