# HG changeset patch # User Claus Gittinger # Date 1067292176 -3600 # Node ID d0daf311d335f794412483f24052eff6b478915c # Parent c1b5a55649c9cd0cd4e021b43e00839f9214901b *** empty log message *** diff -r c1b5a55649c9 -r d0daf311d335 Make.proto --- a/Make.proto Fri Oct 24 13:14:32 2003 +0200 +++ b/Make.proto Mon Oct 27 23:02:56 2003 +0100 @@ -54,8 +54,7 @@ $(OUTDIR)UISpecificationTool.$(O) \ $(OUTDIR)SelectionBrowser.$(O) \ $(OUTDIR)FileSelectionBrowser.$(O) \ - $(OUTDIR)ResourceSelectionBrowser.$(O) \ - $(OUTDIR)ToolbarIconLibrary.$(O) + $(OUTDIR)ResourceSelectionBrowser.$(O) cleanjunk:: @-rm -f *.c *.H diff -r c1b5a55649c9 -r d0daf311d335 abbrev.stc --- a/abbrev.stc Fri Oct 24 13:14:32 2003 +0200 +++ b/abbrev.stc Mon Oct 27 23:02:56 2003 +0100 @@ -21,7 +21,6 @@ SnapShotImage SnapShotImage stx:libtool2 'System-Support' 0 SnapShotImageMemory SnapShotImageMemory stx:libtool2 'System-Support' 0 TabListEditor TabListEditor stx:libtool2 'Interface-UIPainter' 0 -ToolbarIconLibrary ToolbarIconLibrary stx:libtool2 'Interface-Smalltalk' 0 UIGalleryView UIGalleryView stx:libtool2 'Interface-UIPainter' 0 UIHelpTool UIHelpTool stx:libtool2 'Interface-UIPainter' 0 UILayoutTool UILayoutTool stx:libtool2 'Interface-UIPainter' 0 diff -r c1b5a55649c9 -r d0daf311d335 libInit.cc --- a/libInit.cc Fri Oct 24 13:14:32 2003 +0200 +++ b/libInit.cc Mon Oct 27 23:02:56 2003 +0100 @@ -37,6 +37,5 @@ _SelectionBrowser_Init(pass,__pRT__,snd); _FileSelectionBrowser_Init(pass,__pRT__,snd); _ResourceSelectionBrowser_Init(pass,__pRT__,snd); -_ToolbarIconLibrary_Init(pass,__pRT__,snd); __END_PACKAGE__(); }