remove clipboard stuff

This commit is contained in:
Henry Hiles 2026-01-08 10:02:26 -05:00
commit c048aee833
No known key found for this signature in database
5 changed files with 10 additions and 23 deletions

View file

@ -6,7 +6,6 @@
#include "generated_plugin_registrant.h"
#include <clipboard/clipboard_plugin.h>
#include <dynamic_system_colors/dynamic_color_plugin_c_api.h>
#include <file_selector_windows/file_selector_windows.h>
#include <screen_retriever_windows/screen_retriever_windows_plugin_c_api.h>
@ -17,8 +16,6 @@
#include <window_size/window_size_plugin.h>
void RegisterPlugins(flutter::PluginRegistry* registry) {
ClipboardPluginRegisterWithRegistrar(
registry->GetRegistrarForPlugin("ClipboardPlugin"));
DynamicColorPluginCApiRegisterWithRegistrar(
registry->GetRegistrarForPlugin("DynamicColorPluginCApi"));
FileSelectorWindowsRegisterWithRegistrar(

View file

@ -3,7 +3,6 @@
#
list(APPEND FLUTTER_PLUGIN_LIST
clipboard
dynamic_system_colors
file_selector_windows
screen_retriever_windows