This website works better with JavaScript.
Home
Help
Sign In
VCVRack
/
Rack
mirror of
https://github.com/VCVRack/Rack.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
38
Wiki
Activity
Browse Source
Deprecated Plugin::website and Plugin::manual
pull/1639/head
Andrew Belt
6 years ago
parent
2f61378781
commit
5752f1e9b1
1 changed files
with
1 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-2
include/plugin.hpp
+ 1
- 2
include/plugin.hpp
View File
@@ -31,9 +31,8 @@ struct Plugin {
*/
std::string version;
/**
URL for plugin homepage (optional)
*/
/**
Deprecated, do not use.
*/
std::string website;
/** URL for plugin manual (optional) */
std::string manual;
virtual ~Plugin();
Write
Preview
Loading…
Cancel
Save