From 6b626f108c94057d6066173ad34399b87227ac8c Mon Sep 17 00:00:00 2001 From: Slava Pestov Date: Fri, 4 Apr 2008 05:57:59 -0500 Subject: [PATCH] Update extra/delegate; removing section protocol since it makes little sense --- extra/delegate/protocols/protocols.factor | 7 ------- 1 file changed, 7 deletions(-) diff --git a/extra/delegate/protocols/protocols.factor b/extra/delegate/protocols/protocols.factor index f9b4c8648d..ce03b3b205 100755 --- a/extra/delegate/protocols/protocols.factor +++ b/extra/delegate/protocols/protocols.factor @@ -23,10 +23,3 @@ PROTOCOL: stream-protocol PROTOCOL: definition-protocol where set-where forget uses redefined* synopsis* definer definition ; - -PROTOCOL: prettyprint-section-protocol - section-fits? indent-section? unindent-first-line? - newline-after? short-section? short-section long-section -
delegate>block add-section ; - -