src/mainwindow.h

changeset 986
525921eae58c
parent 984
a7b6f987d269
child 988
ac4a2ae54f76
--- a/src/mainwindow.h	Sun Sep 06 03:17:29 2015 +0300
+++ b/src/mainwindow.h	Sun Sep 06 04:48:58 2015 +0300
@@ -137,7 +137,6 @@
 	QList<LDQuickColor>	m_quickColors;
 	QList<QToolButton*>	m_colorButtons;
 	QList<QAction*> m_recentFiles;
-	MessageManager* m_msglog;
 	class Ui_MainWindow& ui;
 	QTabBar* m_tabs;
 	bool m_updatingTabs;
@@ -177,9 +176,6 @@
 // Displays an error prompt with the given message
 void Critical (const QString& message);
 
-// Returns a QImage from the given raw GL data
-QImage GetImageFromScreencap (uchar* data, int w, int h);
-
 // Takes in pairs of radio buttons and respective values and finds the first selected one.
 // Returns returns the value of the first found radio button that was checked by the user.
 template<class T>

mercurial