You've already forked libopenshot
mirror of
https://github.com/OpenShot/libopenshot.git
synced 2026-03-02 08:53:52 -08:00
EffectBase: Remove unused short_name
This commit is contained in:
@@ -87,7 +87,6 @@ Json::Value EffectBase::JsonValue() {
|
||||
Json::Value root = ClipBase::JsonValue(); // get parent properties
|
||||
root["name"] = info.name;
|
||||
root["class_name"] = info.class_name;
|
||||
root["short_name"] = info.short_name;
|
||||
root["description"] = info.description;
|
||||
root["has_video"] = info.has_video;
|
||||
root["has_audio"] = info.has_audio;
|
||||
@@ -144,7 +143,6 @@ Json::Value EffectBase::JsonInfo() {
|
||||
Json::Value root;
|
||||
root["name"] = info.name;
|
||||
root["class_name"] = info.class_name;
|
||||
root["short_name"] = info.short_name;
|
||||
root["description"] = info.description;
|
||||
root["has_video"] = info.has_video;
|
||||
root["has_audio"] = info.has_audio;
|
||||
|
||||
Reference in New Issue
Block a user