From http://www.jwz.org/xscreensaver/xscreensaver-5.36.tar.gz
[xscreensaver] / android / grabscreen-android.c
diff --git a/android/grabscreen-android.c b/android/grabscreen-android.c
deleted file mode 100644 (file)
index 3871075..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-#include <stdlib.h>
-#include <stdint.h>
-//
-//#import "SaverRunner.h"
-//
-#include "jwxyz.h"
-#include "grabscreen.h"
-#include "colorbars.h"
-#include "resources.h"
-#include "usleep.h"
-
-Bool
-osx_grab_desktop_image (Screen *screen, Window xwindow, Drawable drawable,
-                        XRectangle *geom_ret)
-{
-abort();
-}
-
-Bool
-osx_load_image_file (Screen *screen, Window xwindow, Drawable drawable,
-                     const char *filename, XRectangle *geom_ret)
-{
-abort();
-}