refactor(tray icon): update header definitions (#1221)

This commit is contained in:
ReenigneArcher
2023-04-26 09:27:08 -04:00
committed by GitHub
parent 5ad5699456
commit db5c03282c
2 changed files with 2 additions and 19 deletions

View File

@@ -1,8 +1,6 @@
/**
* @file system_tray.h
*/
// macros
#if defined SUNSHINE_TRAY && SUNSHINE_TRAY >= 1
* @file system_tray.h
*/
// system_tray namespace
namespace system_tray {
@@ -30,4 +28,3 @@ namespace system_tray {
end_tray();
} // namespace system_tray
#endif