summaryrefslogtreecommitdiff
path: root/menu.h
diff options
context:
space:
mode:
authorhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
committerhorchi <vdr@jwendel.de>2020-02-15 10:55:30 +0100
commit2387a5893be264e59e60a8f9e1c302c53b791128 (patch)
treed4d83be2ffac24eebd07af5a8854e41a592ab539 /menu.h
parentdddd5c42b27d936f22468f95e3da0a776451dbb7 (diff)
downloadvdr-plugin-epg2vdr-1.1.107.tar.gz
vdr-plugin-epg2vdr-1.1.107.tar.bz2
2020-02-14: version 1.1.107 (horchi,seahawk1986)\n - bugfix: Fixed cleanup of image links\n - change: Improved cleanup spead for images and links\n - bugfix: Fixed time handling for timers without event\n\n1.1.107
Diffstat (limited to 'menu.h')
-rw-r--r--menu.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/menu.h b/menu.h
index b6957f9..710098b 100644
--- a/menu.h
+++ b/menu.h
@@ -5,8 +5,7 @@
*
*/
-#ifndef __EPG2VDR_MENU_H
-#define __EPG2VDR_MENU_H
+#pragma once
#include <vdr/osdbase.h>
#include <vdr/menuitems.h>
@@ -549,7 +548,3 @@ class cMenuEpgMatchRecordings : public cOsdMenu
virtual ~cMenuEpgMatchRecordings() {};
virtual eOSState ProcessKey(eKeys Key);
};
-
-//***************************************************************************
-
-#endif // __EPG2VDR_MENU_H