From 4946807e157f92ca1f077460cce899cd06697df7 Mon Sep 17 00:00:00 2001 From: Joel Winarske Date: Thu, 11 Nov 2021 12:00:07 -0800 Subject: we don't want gtk embedder deps Signed-off-by: Joel Winarske --- linux/flutter/generated_plugin_registrant.h | 13 ------------- 1 file changed, 13 deletions(-) delete mode 100644 linux/flutter/generated_plugin_registrant.h (limited to 'linux/flutter/generated_plugin_registrant.h') diff --git a/linux/flutter/generated_plugin_registrant.h b/linux/flutter/generated_plugin_registrant.h deleted file mode 100644 index 9bf7478..0000000 --- a/linux/flutter/generated_plugin_registrant.h +++ /dev/null @@ -1,13 +0,0 @@ -// -// Generated file. Do not edit. -// - -#ifndef GENERATED_PLUGIN_REGISTRANT_ -#define GENERATED_PLUGIN_REGISTRANT_ - -#include - -// Registers Flutter plugins. -void fl_register_plugins(FlPluginRegistry* registry); - -#endif // GENERATED_PLUGIN_REGISTRANT_ -- cgit