plugins: disable unused cfg-params

Origin commit data
------------------
Branch: ni/coolstream
Commit: c8522bae71
Author: vanhofen <vanhofen@gmx.de>
Date: 2014-11-06 (Thu, 06 Nov 2014)

Origin message was:
------------------
- plugins: disable unused cfg-params

------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
vanhofen
2014-11-06 12:33:13 +01:00
parent 539be4ea84
commit 32d044e54b
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