- plugins: disable unused cfg-params

This commit is contained in:
svenhoefer
2014-11-06 12:33:13 +01:00
parent b93cb83c7c
commit c8522bae71
2 changed files with 6 additions and 1 deletions

View File

@@ -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