Remove two accidental XPM inclusions.

Before :

   text    data     bss     dec     hex filename
3146489  133900   27716 3308105  327a49 ./lyx

After :

   text    data     bss     dec     hex filename
3086009  133900   27716 3247625  318e09 ./lyx

nm --size-sort --demangle is neat ! Would that
every change were so easy.


git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5448 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
John Levon 2002-10-20 02:24:31 +00:00
parent 814b819451
commit 5bb80ecda1
2 changed files with 12 additions and 23 deletions

View File

@ -1,3 +1,8 @@
2002-10-20 John Levon <levon@movementarian.org>
* ui/QDelimiterDialog.ui: remove two huge XPMs that
were accidentally built in
2002-10-20 Lars Gullik Bjønnes <larsbj@gullik.net> 2002-10-20 Lars Gullik Bjønnes <larsbj@gullik.net>
* Toolbar_pimpl.C (setLayout): initialize i to 0, don't * Toolbar_pimpl.C (setLayout): initialize i to 0, don't

File diff suppressed because one or more lines are too long