Fixed shutdown problems. Everything should properly shut down now.
[rodin/chimara.git] / libchimara / stream.h
index 87b8b7a90bdc64fdf1ef4cf66adbd2740092e62c..ef6b1f0dce5613e27e943ac7543275d7618c5bff 100644 (file)
@@ -56,6 +56,5 @@ struct glk_stream_struct
 G_GNUC_INTERNAL strid_t file_stream_new(frefid_t fileref, glui32 fmode, glui32 rock, gboolean unicode);
 G_GNUC_INTERNAL strid_t stream_new_common(glui32 rock);
 G_GNUC_INTERNAL void stream_close_common(strid_t str, stream_result_t *result);
-G_GNUC_INTERNAL void trash_stream_thread_independent(ChimaraGlkPrivate *glk_data, strid_t str);
 
 #endif