aboutsummaryrefslogtreecommitdiffhomepage
path: root/common.h
diff options
context:
space:
mode:
authorGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
committerGravatar ridiculousfish <corydoras@ridiculousfish.com>2012-03-03 19:37:55 -0800
commita0bb2cdc6e697c58ec3ebcd455b56347228092e5 (patch)
tree25e49dfa40c28a29ff227f063dcadc8aac9af021 /common.h
parent0a5680c3e8c41e5f19b3beb4e6ac31a8560f99dd (diff)
removed some string_buffer
Diffstat (limited to 'common.h')
-rw-r--r--common.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/common.h b/common.h
index a746966d..0e7bc09a 100644
--- a/common.h
+++ b/common.h
@@ -636,7 +636,6 @@ void common_handle_winch( int signal );
Write paragraph of output to the specified stringbuffer, and redo
the linebreaks to fit the current screen.
*/
-void write_screen( const wcstring &msg, string_buffer_t *buff );
void write_screen( const wcstring &msg, wcstring &buff );
/**
@@ -660,7 +659,6 @@ int create_directory( const wcstring &d );
void bugreport();
/** Format the specified size (in bytes, kilobytes, etc.) into the specified stringbuffer. */
-void sb_format_size( string_buffer_t *sb, long long sz );
wcstring format_size(long long sz);
/** Version of format_size that does not allocate memory. */