@@ -29,11 +29,10 @@ */ @interface OFGetWindowsRegistryValueFailedException: OFException { OFWindowsRegistryKey *_registryKey; OFString *_Nullable _valueName; - DWORD _flags; LSTATUS _status; } /** * @brief The registry key on which getting the value at the key path failed.