From 3fc0ac1aba3f985858920d3e60e969fec9a0e9d2 Mon Sep 17 00:00:00 2001 From: xiota Date: Sun, 28 Nov 2021 00:14:00 -0800 Subject: [PATCH] Remove deprecated symbols: PROXY_IGNORED, PROXY_MATCHED, PROXY_NOLOAD --- src/plugindata.h | 13 ------------- 1 file changed, 13 deletions(-) diff --git a/src/plugindata.h b/src/plugindata.h index 02fa05c7eb..107a0bc4f5 100644 --- a/src/plugindata.h +++ b/src/plugindata.h @@ -367,19 +367,6 @@ typedef enum } GeanyProxyProbeResults; -/** @deprecated Use GEANY_PROXY_IGNORE instead. - * @since 1.26 (API 226) - */ -#define PROXY_IGNORED GEANY_PROXY_IGNORE -/** @deprecated Use GEANY_PROXY_MATCH instead. - * @since 1.26 (API 226) - */ -#define PROXY_MATCHED GEANY_PROXY_MATCH -/** @deprecated Use GEANY_PROXY_RELATED instead. - * @since 1.26 (API 226) - */ -#define PROXY_NOLOAD 0x100 - /** Hooks that need to be implemented by every proxy * * @see geany_plugin_register_proxy() for a full description of the proxy mechanism.