summaryrefslogtreecommitdiff
path: root/beos/bitmap.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'beos/bitmap.cpp')
-rw-r--r--beos/bitmap.cpp10
1 files changed, 0 insertions, 10 deletions
diff --git a/beos/bitmap.cpp b/beos/bitmap.cpp
index 02724a047..93a184356 100644
--- a/beos/bitmap.cpp
+++ b/beos/bitmap.cpp
@@ -267,16 +267,6 @@ bool bitmap_save(void *vbitmap, const char *path, unsigned flags)
if (roster->Translate(&stream, NULL, NULL, &file, type) < B_OK)
return false;
-#if 0 /* GTK */
- GError *err = NULL;
-
- gdk_pixbuf_save(bitmap->primary, path, "png", &err, NULL);
-
- if (err == NULL)
- /* TODO: report an error here */
- return false;
-
-#endif
return true;
}