From: VMware, Inc <> Date: Mon, 26 Sep 2011 17:59:40 +0000 (-0700) Subject: Remove dead code. X-Git-Tag: 2011.09.23-491607~68 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b10d2550589bed49cefd9e63227c691b331b865a;p=thirdparty%2Fopen-vm-tools.git Remove dead code. Signed-off-by: Marcelo Vanzin --- diff --git a/open-vm-tools/lib/include/system.h b/open-vm-tools/lib/include/system.h index 3047b3550..f42de7bd2 100644 --- a/open-vm-tools/lib/include/system.h +++ b/open-vm-tools/lib/include/system.h @@ -70,7 +70,6 @@ typedef struct MonListNode { BOOL System_SetProcessPrivilege(wchar_t *privName, Bool enable); int32 System_GetSPVersion(void); Bool System_IsLoginScreenActive(void); -Bool System_IsProcessElevated(void); Bool System_IsScreenSaverActive(void); Bool System_IsScreenSaverRunning(void); Bool System_IsSecureDesktopActive(void);