summaryrefslogtreecommitdiff
path: root/colm/input.h
diff options
context:
space:
mode:
Diffstat (limited to 'colm/input.h')
-rw-r--r--colm/input.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/colm/input.h b/colm/input.h
index 94a38b47..b87e9a60 100644
--- a/colm/input.h
+++ b/colm/input.h
@@ -102,7 +102,6 @@ struct SourceFuncs
struct ColmTree *(*undoPush)( SourceStream *is, int length );
struct ColmTree *(*undoAppend)( SourceStream *is, int length );
void (*pushBackNamed)( SourceStream *is );
- void (*pushBackBuf)( SourceStream *is, RunBuf *runBuf );
};
extern struct SourceFuncs baseFuncs;
@@ -217,7 +216,6 @@ void appendStream( InputStream *in, struct ColmTree *tree );
struct ColmTree *undoAppend( InputStream *in, int length );
struct ColmTree *undoAppendStream( InputStream *in );
void pushBackNamed( InputStream *in );
-void pushBackBuf( InputStream *in, RunBuf *runBuf );
RunBuf *inputStreamPopHead2( InputStream *is );