summaryrefslogtreecommitdiff
path: root/src/totem-menu.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/totem-menu.h')
-rw-r--r--src/totem-menu.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/src/totem-menu.h b/src/totem-menu.h
index 035535871..f6b5f847e 100644
--- a/src/totem-menu.h
+++ b/src/totem-menu.h
@@ -20,14 +20,11 @@
Author: Bastien Nocera <hadess@hadess.net>
*/
-#ifndef TOTEM_MENU_H
-#define TOTEM_MENU_H
+#pragma once
#include "totem.h"
#include "bacon-video-widget.h"
-G_BEGIN_DECLS
-
void totem_app_menu_setup (Totem *totem);
void totem_app_actions_setup (Totem *totem);
@@ -43,7 +40,3 @@ typedef struct {
GList *bvw_lang_info_to_menu_labels (GList *langs,
BvwTrackType track_type);
void free_menu_item (MenuItem *item);
-
-G_END_DECLS
-
-#endif /* TOTEM_MENU_H */