Blob Blame History Raw
Index: src/src/main.cpp
===================================================================
--- src/src/main.cpp	(revision 4400)
+++ src/src/main.cpp	(working copy)
@@ -61,7 +61,6 @@
 #include <editorcolourset.h>
 #include <logmanager.h>
 
-#include "infopane.h"
 #include "dlgaboutplugin.h"
 #include "dlgabout.h"
 #include "startherepage.h"
Index: src/src/Makefile.am
===================================================================
--- src/src/Makefile.am	(revision 4400)
+++ src/src/Makefile.am	(working copy)
@@ -34,7 +34,6 @@
 			dlgabout.cpp \
 			dlgaboutplugin.cpp \
 			environmentsettingsdlg.cpp \
-			infopane.cpp \
 			ipc.cpp \
 			main.cpp \
 			prefix.cpp \
@@ -52,7 +51,6 @@
 			dlgabout.h \
 			dlgaboutplugin.h \
 			environmentsettingsdlg.h \
-			infopane.h \
 			ipc.h \
 			main.h \
 			prefix.h \