0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-24 16:44: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
#define LRBARCODEITEM_H
#include "lritemdesignintf.h"
#include <qzint.h>
namespace LimeReport{
@ -184,7 +183,6 @@ public:
void setInputMode(const InputMode &inputMode);
private:
Zint::QZint m_bc;
QString m_content;
QString m_designTestValue;
BarcodeType m_barcodeType;