0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-25 00:54:39 +03:00

Remove unused variable

This commit is contained in:
Rodrigo Torres 2017-09-10 01:03:06 -03:00
parent 066a31d1c4
commit 34192da524

View File

@ -30,7 +30,6 @@
#ifndef LRBARCODEITEM_H #ifndef LRBARCODEITEM_H
#define LRBARCODEITEM_H #define LRBARCODEITEM_H
#include "lritemdesignintf.h" #include "lritemdesignintf.h"
#include <qzint.h>
namespace LimeReport{ namespace LimeReport{
@ -184,7 +183,6 @@ public:
void setInputMode(const InputMode &inputMode); void setInputMode(const InputMode &inputMode);
private: private:
Zint::QZint m_bc;
QString m_content; QString m_content;
QString m_designTestValue; QString m_designTestValue;
BarcodeType m_barcodeType; BarcodeType m_barcodeType;