]> git.lyx.org Git - features.git/commit
get rid of dead code, some new functions constify variables.
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 26 Sep 2000 13:54:57 +0000 (13:54 +0000)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 26 Sep 2000 13:54:57 +0000 (13:54 +0000)
commitd6665cba427b04ae37f42c846398cad518d2be0f
treed98abf91e765905931e7aa2ac56d8ee0f4dc8ea2
parent567e0d583fe716c2b3889f868e4902a6dfdab13a
get rid of dead code, some new functions constify variables.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@1041 a592a061-630c-0410-9148-cb99ea01b6c8
121 files changed:
ChangeLog
development/Code_rules/Rules
forms/bullet_forms.C.patch [deleted file]
forms/bullet_forms.fd [deleted file]
forms/bullet_forms.h.patch [deleted file]
forms/fdfix.sh
forms/form1.fd
forms/layout_forms.fd
forms/layout_forms.h.patch
forms/makefile
po/POTFILES.in
src/BufferView2.C
src/Chktex.C
src/DepTable.C
src/FontInfo.C
src/FontLoader.C
src/LaTeX.C
src/LyXAction.C
src/LyXSendto.C
src/LyXView.C
src/LyXView.h
src/Makefile.am
src/MenuBackend.C
src/PaperLayout.C [deleted file]
src/ParagraphExtra.C [deleted file]
src/PrinterParams.h
src/buffer.C
src/buffer.h
src/bufferlist.C
src/bufferparams.C
src/bufferview_funcs.C
src/bullet_forms.C [deleted file]
src/bullet_forms.h [deleted file]
src/bullet_forms_cb.C [deleted file]
src/chset.C
src/commandtags.h
src/converter.C
src/counters.C
src/credits_form.C
src/exporter.h
src/filedlg.C
src/font.C
src/form1.C
src/form1.h
src/frontends/Liason.C
src/frontends/xforms/FormDocument.C
src/frontends/xforms/FormError.h
src/frontends/xforms/Menubar_pimpl.C
src/frontends/xforms/Toolbar_pimpl.C
src/frontends/xforms/Toolbar_pimpl.h
src/frontends/xforms/forms/makefile
src/graphics/GraphicsCache.C
src/graphics/GraphicsCacheItem_pimpl.C
src/insets/ExternalTemplate.h
src/insets/figinset.C
src/insets/insetbib.C
src/insets/insetcollapsable.C
src/insets/insetexternal.C
src/insets/insetfloat.C
src/insets/insetinclude.C
src/insets/insettabular.C
src/insets/insettabular.h
src/insets/lyxinset.h
src/kbsequence.C
src/layout_forms.C
src/layout_forms.h
src/log_form.C
src/lyx.C
src/lyx_cb.C
src/lyx_cb.h
src/lyx_gui.C
src/lyx_gui_misc.C
src/lyx_main.C
src/lyx_sendfax.C
src/lyx_sendfax_main.C
src/lyxfr1.C
src/lyxfunc.C
src/lyxlex.C
src/lyxrc.C
src/lyxserver.C
src/lyxtext.h
src/lyxvc.C
src/mathed/formula.C
src/mathed/formulamacro.C
src/mathed/math_forms.C
src/mathed/math_inset.C
src/mathed/math_macro.C
src/mathed/math_macro.h
src/mathed/math_panel.C
src/mathed/math_parser.C
src/mathed/math_parser.h
src/paragraph.C
src/print_form.C
src/sp_form.C
src/spellchecker.C
src/support/FileInfo.C
src/support/LRegex.C
src/support/LSubstring.C
src/support/Makefile.am
src/support/StrPool.C
src/support/atoi.C [new file with mode: 0644]
src/support/chdir.C
src/support/copy.C
src/support/filetools.C
src/support/lstrings.C
src/support/lstrings.h
src/support/lyxlib.h
src/support/lyxstring.C
src/support/lyxsum.C
src/support/mkdir.C
src/support/path.C
src/support/path.h
src/support/rename.C
src/support/rmdir.C [new file with mode: 0644]
src/support/syscall.C
src/support/unlink.C [new file with mode: 0644]
src/tabular.C
src/text.C
src/text2.C
src/trans_mgr.C
src/vspace.C