summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/deprecate_old_variable_methods.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/markdown/snippets/deprecate_old_variable_methods.md')
-rw-r--r--docs/markdown/snippets/deprecate_old_variable_methods.md4
1 files changed, 0 insertions, 4 deletions
diff --git a/docs/markdown/snippets/deprecate_old_variable_methods.md b/docs/markdown/snippets/deprecate_old_variable_methods.md
deleted file mode 100644
index 3f41689d5..000000000
--- a/docs/markdown/snippets/deprecate_old_variable_methods.md
+++ /dev/null
@@ -1,4 +0,0 @@
-## Deprecate Dependency.get_pkgconfig_variable and Dependency.get_configtool_variable
-
-These have been replaced with the more versatile `get_variable()` method
-already, and shouldn't be used anymore.