aboutsummaryrefslogtreecommitdiff
path: root/adw/include/adwaitamm/helpers/async_callback.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'adw/include/adwaitamm/helpers/async_callback.hpp')
-rw-r--r--adw/include/adwaitamm/helpers/async_callback.hpp15
1 files changed, 0 insertions, 15 deletions
diff --git a/adw/include/adwaitamm/helpers/async_callback.hpp b/adw/include/adwaitamm/helpers/async_callback.hpp
deleted file mode 100644
index e352359..0000000
--- a/adw/include/adwaitamm/helpers/async_callback.hpp
+++ /dev/null
@@ -1,15 +0,0 @@
-#ifndef LIBADWAITAMM_HELPERS_ASYNC_CALLBACK_HPP
-#define LIBADWAITAMM_HELPERS_ASYNC_CALLBACK_HPP
-
-#include <glibmm/object.h>
-
-#include <giomm/asyncresult.h>
-
-namespace Adwaita::helpers
-{
-
- auto async_callback(GObject *, GAsyncResult * result, void * data) noexcept -> void;
-
-} // namespace Adwaita::helpers
-
-#endif \ No newline at end of file