aboutsummaryrefslogtreecommitdiff
path: root/tray.h
diff options
context:
space:
mode:
Diffstat (limited to 'tray.h')
-rw-r--r--tray.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/tray.h b/tray.h
index 3c519a6..6cf456c 100644
--- a/tray.h
+++ b/tray.h
@@ -16,9 +16,6 @@
* <http://www.gnu.org/licenses/>. *
************************************************************************/
-#ifndef TRAY_H
-#define TRAY_H
-
#include <stdbool.h>
void tray_set_defaults();
@@ -27,5 +24,3 @@ void tray_show();
void tray_hide();
bool tray_visible();
bool tray_embedded();
-
-#endif /* ifndef TRAY_H */