we don't have positioner support so we don't need a config menu for it
[enigma2.git] / lib / driver / etimezone.h
1 #ifndef __etimezone_h
2 #define __etimezone_h
3
4 class etimezone
5 {
6 public:
7         etimezone();
8 };
9
10 #endif
11