Synchronize with trunk r58457.
[reactos.git] / dll / win32 / msgina / stubs.c
index be4d9d7..581991b 100644 (file)
@@ -40,19 +40,6 @@ ShellShutdownDialog(
 }
 
 
-/*
- * @unimplemented
- */
-VOID WINAPI
-WlxDisplayLockedNotice(
-       PVOID pWlxContext)
-{
-  UNREFERENCED_PARAMETER(pWlxContext);
-
-  UNIMPLEMENTED;
-}
-
-
 /*
  * @unimplemented
  */
@@ -95,23 +82,6 @@ WlxShutdown(
 }
 
 
-/*
- * @unimplemented
- */
-BOOL WINAPI
-WlxScreenSaverNotify(
-       PVOID pWlxContext,
-       BOOL  *pSecure)
-{
-  UNREFERENCED_PARAMETER(pWlxContext);
-  UNREFERENCED_PARAMETER(pSecure);
-
-  //HKLM\Software\Policies\Microsoft\Windows\Control Panel\Desktop : ScreenSaverIsSecure
-  UNIMPLEMENTED;
-  return TRUE;
-}
-
-
 /*
  * @unimplemented
  */