Cleaned up some code

This commit is contained in:
Mark Long 2016-01-20 22:08:58 -06:00
parent 8e25c21c19
commit 871acbded3
2 changed files with 1 additions and 2 deletions

View File

@ -6,8 +6,6 @@
#include <math.h>
#define CYCLESTART (M_PI * 4.0 / 16.0)
HiresViewWidget::HiresViewWidget(QWidget *parent) :
QWidget(parent)

View File

@ -68,6 +68,7 @@ private:
void makeOffsetTable();
ViewMode m_viewMode;
void drawNtscLine(QPainter &painter,int linenum, QBitArray data);
void drawMonoLine(QPainter &painter, int lineNum, QBitArray data);