mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-29 16:31:11 +02:00
- plugins: disable unused cfg-params
This commit is contained in:
@@ -88,7 +88,7 @@ class CPlugins
|
||||
std::string depend;
|
||||
CPlugins::p_type_t type;
|
||||
CPlugins::i_type_t integration;
|
||||
|
||||
#if 0
|
||||
bool fb;
|
||||
bool rc;
|
||||
bool lcd;
|
||||
@@ -96,6 +96,7 @@ class CPlugins
|
||||
int posx, posy, sizex, sizey;
|
||||
bool showpig;
|
||||
bool needoffset;
|
||||
#endif
|
||||
bool shellwindow;
|
||||
bool hide;
|
||||
bool operator< (const plugin& a) const
|
||||
|
Reference in New Issue
Block a user