From 869c7245f5a5afe4c35fd06ad8076652627d43a2 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Mon, 18 Feb 2013 14:47:21 +0000 Subject: clean out useless outdated #if 0 blocks they serve no purpose and keep causing confusion in core refactors. Better examples are available in other frontends or in teh revision control system if strictly necessary --- beos/bitmap.cpp | 10 ---------- 1 file changed, 10 deletions(-) (limited to 'beos/bitmap.cpp') 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; } -- cgit v1.2.3