From a13e0a4ab898a4aef5c24efa8893e0da51255802 Mon Sep 17 00:00:00 2001
From: venca <v.mares@bdasoft.cz>
Date: Fri, 14 Apr 2017 22:25:09 +0200
Subject: [PATCH] Clean up

---
 agui2/mainwindow.cpp | 3 ---
 agui2/mainwindow.h   | 1 -
 2 files changed, 4 deletions(-)

diff --git a/agui2/mainwindow.cpp b/agui2/mainwindow.cpp
index 4c06904bf1..e7d395fac9 100644
--- a/agui2/mainwindow.cpp
+++ b/agui2/mainwindow.cpp
@@ -1,8 +1,5 @@
 #include <QFileDialog>
 #include <QGraphicsItem>
-#include <factory/XmlDataFactory.hpp>
-#include <automaton/Automaton.h>
-#include <DotConverter.h>
 #include <iostream>
 
 #include "mainwindow.h"
diff --git a/agui2/mainwindow.h b/agui2/mainwindow.h
index 50b5dcf005..763333ba74 100644
--- a/agui2/mainwindow.h
+++ b/agui2/mainwindow.h
@@ -33,7 +33,6 @@ private slots:
 
 private:
     Ui::MainWindow *ui;
-    automaton::Automaton *automaton = NULL;
     GraphicsScene * scene;
     WrapperBox* m_output;
 };
-- 
GitLab