summaryrefslogtreecommitdiff
path: root/libmu_cpp/folder.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libmu_cpp/folder.cc')
-rw-r--r--libmu_cpp/folder.cc20
1 files changed, 0 insertions, 20 deletions
diff --git a/libmu_cpp/folder.cc b/libmu_cpp/folder.cc
index e2fb99c7b..8e894ea80 100644
--- a/libmu_cpp/folder.cc
+++ b/libmu_cpp/folder.cc
@@ -110,26 +110,6 @@ Folder :: enumerate (const std::string& name, void* pattern,
return *new List (c_list);
}
-Stream&
-Folder :: get_stream ()
-{
- mu_stream_t c_stream;
-
- int status = mu_folder_get_stream (folder, &c_stream);
- if (status)
- throw Exception ("Folder::get_stream", status);
-
- return *new Stream (c_stream);
-}
-
-void
-Folder :: set_stream (const Stream& stream)
-{
- int status = mu_folder_set_stream (folder, stream.stm);
- if (status)
- throw Exception ("Folder::set_stream", status);
-}
-
Url&
Folder :: get_url ()
{

Return to:

Send suggestions and report system problems to the System administrator.