trivial compile fix: remove obsolete mentions of vclog from gtk's Dialogs.C and Makefile.am

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@8272 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2003-12-20 18:47:35 +00:00
parent 31c5cdf88c
commit 2b2d1a7622
3 changed files with 6 additions and 8 deletions

View File

@ -1,3 +1,8 @@
2003-12-20 Jürgen Spitzmüller <j.spitzmueller@gmx.de>
* Dialogs.C:
* Makefile.am: remove vclog (compile fix)
2003-12-14 Michael Schmitt <michael.schmitt@teststep.org>
* Dialogs.C:

View File

@ -38,7 +38,6 @@
#include "ControlTabularCreate.h"
#include "ControlTexinfo.h"
#include "ControlToc.h"
#include "ControlVCLog.h"
#include "ControlWrap.h"
#include "GAboutlyx.h"
@ -71,7 +70,6 @@
#include "GTableCreate.h"
#include "FormToc.h"
#include "GUrl.h"
#include "FormVCLog.h"
#include "FormWrap.h"
#ifdef HAVE_LIBAIKSAURUS
@ -125,7 +123,7 @@ char const * const dialognames[] = { "aboutlyx", "bibitem", "bibtex", "branch",
"thesaurus",
#endif
"toc", "url", "vclog", "wrap" };
"toc", "url", "wrap" };
char const * const * const end_dialognames =
dialognames + (sizeof(dialognames) / sizeof(char *));
@ -453,10 +451,6 @@ Dialog * Dialogs::build(string const & name)
dialog->setController(new ControlCommand(*dialog, name));
dialog->setView(new GUrl(*dialog));
dialog->bc().bp(new NoRepeatedApplyReadOnlyPolicy);
} else if (name == "vclog") {
dialog->setController(new ControlVCLog(*dialog));
dialog->setView(new FormVCLog(*dialog));
dialog->bc().bp(new OkCancelPolicy);
} else if (name == "wrap") {
dialog->setController(new ControlWrap(*dialog));
dialog->setView(new FormWrap(*dialog));

View File

@ -114,7 +114,6 @@ xforms_objects = \
../xforms/FormText.lo \
../xforms/FormThesaurus.lo \
../xforms/FormToc.lo \
../xforms/FormVCLog.lo \
../xforms/FormWrap.lo \
../xforms/freebrowser.lo \
../xforms/input_validators.lo \