Skip to content

Commit

Permalink
Removed unneded utility mcmfmt
Browse files Browse the repository at this point in the history
Signed-off-by: Slava Zanko <[email protected]>
  • Loading branch information
slavaz authored and aborodin committed Nov 24, 2010
1 parent 139fdaa commit fcc9837
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 175 deletions.
1 change: 0 additions & 1 deletion contrib/dist/redhat/mc.spec.in
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,6 @@ rm -rf $RPM_BUILD_ROOT
%{_bindir}/mc
%{_bindir}/mcedit
%{_bindir}/mcview
%{_bindir}/mcmfmt
%{_bindir}/mcdiff

%dir %{_libexecdir}/mc
Expand Down
1 change: 0 additions & 1 deletion misc/syntax/sh.syntax
Original file line number Diff line number Diff line change
Expand Up @@ -475,7 +475,6 @@ wholechars abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQRSTUVWXYZ0123456789-._
keyword whole mcedit cyan
keyword whole mcookie cyan
keyword whole mcview cyan
keyword whole mcmfmt cyan
keyword whole memstat cyan
keyword whole mergechanges cyan
keyword whole mesg cyan
Expand Down
4 changes: 1 addition & 3 deletions src/Makefile.am
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ AM_CFLAGS = $(GLIB_CFLAGS) -I$(top_srcdir) $(PCRE_CFLAGS)
localedir = $(datadir)/locale
pkglibexecdir = $(libexecdir)/@PACKAGE@

bin_PROGRAMS = mc mcmfmt

mcmfmt_SOURCES = mfmt.c
bin_PROGRAMS = mc

if USE_EDIT
EDITLIB = editor/libedit.la
Expand Down
170 changes: 0 additions & 170 deletions src/mfmt.c

This file was deleted.

0 comments on commit fcc9837

Please sign in to comment.