summaryrefslogtreecommitdiff
path: root/src/screenshot-backend-x11.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/screenshot-backend-x11.h')
-rw-r--r--src/screenshot-backend-x11.h33
1 files changed, 0 insertions, 33 deletions
diff --git a/src/screenshot-backend-x11.h b/src/screenshot-backend-x11.h
deleted file mode 100644
index 3b52b1e..0000000
--- a/src/screenshot-backend-x11.h
+++ /dev/null
@@ -1,33 +0,0 @@
-/* screenshot-backend-x11.h - Fallback X11 backend
- *
- * Copyright (C) 2020 Alexander Mikhaylenko <alexm@gnome.org>
- *
- * This program is free software; you can redistribute it and/or
- * modify it under the terms of the GNU General Public
- * License as published by the Free Software Foundation; either
- * version 2 of the License, or (at your option) any later version.
- *
- * This program is distributed in the hope that it will be useful,
- * but WITHOUT ANY WARRANTY; without even the implied warranty of
- * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
- * General Public License for more details.
- *
- * You should have received a copy of the GNU General Public
- * License along with this program; if not, write to the
- * Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
- */
-
-#pragma once
-
-#include <glib-object.h>
-#include "screenshot-backend.h"
-
-G_BEGIN_DECLS
-
-#define SCREENSHOT_TYPE_BACKEND_X11 (screenshot_backend_x11_get_type())
-
-G_DECLARE_FINAL_TYPE (ScreenshotBackendX11, screenshot_backend_x11, SCREENSHOT, BACKEND_X11, GObject)
-
-ScreenshotBackend *screenshot_backend_x11_new (void);
-
-G_END_DECLS