Minor code cleanup.

This commit is contained in:
Matthew Budd 2020-10-21 22:05:15 -04:00
parent bf696c6494
commit 8252a94202
2 changed files with 0 additions and 3 deletions

View File

@ -9,7 +9,6 @@
#include <QUrl>
#include <QTextEdit>
#include <QDesktopServices>
//#include "Qt/icon.xpm"
#include "Qt/AboutWindow.h"
#include "Qt/fceux_git_info.h"
#include "../../version.h"
@ -41,7 +40,6 @@ AboutWindow::AboutWindow(QWidget *parent)
int i;
QVBoxLayout *mainLayout;
QHBoxLayout *hbox1;
//QPixmap pm( icon_xpm );
QPixmap pm(":fceux1.png");
QPixmap pm2;
QLabel *lbl;

View File

@ -30,7 +30,6 @@
#include "utils/memory.h"
//#include "sdl-icon.h"
#include "Qt/dface.h"
#include "common/configSys.h"