From 06e19de13b8297620890736acdcfaf6e54a1ea77 Mon Sep 17 00:00:00 2001 From: Abdelrazak Younes Date: Tue, 16 Feb 2010 08:05:49 +0000 Subject: [PATCH] Fix autotools for r33480. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@33483 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/qt4/Makefile.am | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/frontends/qt4/Makefile.am b/src/frontends/qt4/Makefile.am index 8b8a40b6d0..a98e93a703 100644 --- a/src/frontends/qt4/Makefile.am +++ b/src/frontends/qt4/Makefile.am @@ -81,7 +81,6 @@ SOURCEFILES = \ GuiErrorList.cpp \ GuiERT.cpp \ GuiExternal.cpp \ - GuiFloat.cpp \ GuiFontExample.cpp \ GuiFontLoader.cpp \ GuiFontMetrics.cpp \ @@ -192,7 +191,6 @@ MOCHEADER = \ GuiErrorList.h \ GuiERT.h \ GuiExternal.h \ - GuiFloat.h \ GuiGraphics.h \ GuiHSpace.h \ GuiHyperlink.h \