From 8eaec77b0cd6de8387cb1c8feca03ff63cbbb632 Mon Sep 17 00:00:00 2001 From: Frank Skare Date: Thu, 6 May 2021 16:45:55 +0200 Subject: [PATCH] manual update --- docs/Manual.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/docs/Manual.md b/docs/Manual.md index 5fc7024..64523c2 100644 --- a/docs/Manual.md +++ b/docs/Manual.md @@ -442,15 +442,6 @@ its complete internals, there are no compatibility guaranties. ### Sample Code -#### ScriptingExtension - -I use this extension as well to develop and debug C# scripts. -Once the code was developed and debugged, I move the code from -the extension to a standalone script. - -[Source Code](../../../tree/master/Extensions) - - #### RatingExtension This extension writes a rating to the filename of rated videos when mpv.net shuts down.