[geany/geany] f85736: Remove deprecated symbols: PROXY_IGNORED, PROXY_MATCHED, PROXY_NOLOAD (#3030)

xiota git-noreply at xxxxx
Mon Nov 29 06:25:42 UTC 2021


Branch:      refs/heads/master
Author:      xiota <xiota at users.noreply.github.com>
Committer:   GitHub <noreply at github.com>
Date:        Mon, 29 Nov 2021 06:25:42 UTC
Commit:      f8573625e55d5ad2f9b4e3a31ee50736076b62dd
             https://github.com/geany/geany/commit/f8573625e55d5ad2f9b4e3a31ee50736076b62dd

Log Message:
-----------
Remove deprecated symbols: PROXY_IGNORED, PROXY_MATCHED, PROXY_NOLOAD (#3030)

The only known plugin affected is geanypy. But it is currently broken because of GTK2 dependencies.

See #3019


Modified Paths:
--------------
    src/plugindata.h

Modified: src/plugindata.h
13 lines changed, 0 insertions(+), 13 deletions(-)
===================================================================
@@ -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.



--------------
This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).


More information about the Commits mailing list