Module: wine Branch: master Commit: 0d2d994ecced21dc4f5465670c15a423872ea7b3 URL: http://source.winehq.org/git/wine.git/?a=commit;h=0d2d994ecced21dc4f5465670c...
Author: Francois Gouget fgouget@codeweavers.com Date: Thu Jun 14 11:42:41 2007 +0200
regedit: Remove cruft and make functions static, reordering where necessary to avoid forward declarations.
Remove the command parameter of processRegLines() as it can only be used with processRegEntry().
---
programs/regedit/listview.c | 3 - programs/regedit/regedit.c | 2 +- programs/regedit/regproc.c | 402 +++++++++++++------------------------------ programs/regedit/regproc.h | 42 +----- 4 files changed, 127 insertions(+), 322 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=0d2d994ecced21dc4f5465...