summaryrefslogtreecommitdiff
path: root/displaymenu.h
diff options
context:
space:
mode:
Diffstat (limited to 'displaymenu.h')
-rw-r--r--displaymenu.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/displaymenu.h b/displaymenu.h
index 4f49d8c..94fcd2f 100644
--- a/displaymenu.h
+++ b/displaymenu.h
@@ -1,15 +1,6 @@
#ifndef __DISPLAYMENU_H
#define __DISPLAYMENU_H
-#if defined(APIVERSNUM) && APIVERSNUM < 20301
-#ifndef MENU_ORIENTATION_DEFINED
-enum eMenuOrientation {
- moVertical = 0,
- moHorizontal
-};
-#endif
-#endif
-
#include "libskindesignerapi/skindesignerapi.h"
#include <vdr/skins.h>
#include "coreengine/viewdisplaymenu.h"