diff options
Diffstat (limited to 'src/decoder.h')
-rw-r--r-- | src/decoder.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/decoder.h b/src/decoder.h index 20878c7..7bdeb43 100644 --- a/src/decoder.h +++ b/src/decoder.h @@ -31,9 +31,6 @@ * along with MIaV; if not, write to the Free Software * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA. */ -#include "config.h" -#ifdef USE_GUI - #ifndef __RTVIDEOREC_DECODER_H #define __RTVIDEOREC_DECODER_H @@ -95,5 +92,3 @@ private: }; #endif/* __RTVIDEOREC_DECODER_H*/ - -#endif/*USE_GUI*/ |