Browse Source

Deprecated Plugin::website and Plugin::manual

tags/v0.6.0
Andrew Belt 6 years ago
parent
commit
663134c1c2
1 changed files with 1 additions and 2 deletions
  1. +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();


Loading…
Cancel
Save