Cleanup: remove outdated comment
This commit is contained in:
@@ -110,8 +110,6 @@ enum {
|
||||
/** General refresh settings (#View2D.flag). */
|
||||
enum {
|
||||
/* global view2d horizontal locking (for showing same time interval) */
|
||||
/* TODO: this flag may be set in old files but is not accessible currently,
|
||||
* should be exposed from RNA - Campbell */
|
||||
V2D_VIEWSYNC_SCREEN_TIME = (1 << 0),
|
||||
/* within area (i.e. between regions) view2d vertical locking */
|
||||
V2D_VIEWSYNC_AREA_VERTICAL = (1 << 1),
|
||||
|
||||
@@ -3524,7 +3524,7 @@ static void rna_def_space(BlenderRNA *brna)
|
||||
RNA_def_property_clear_flag(prop, PROP_EDITABLE);
|
||||
RNA_def_property_ui_text(prop, "Type", "Space data type");
|
||||
|
||||
/* access to V2D_VIEWSYNC_SCREEN_TIME */
|
||||
/* Access to #V2D_VIEWSYNC_SCREEN_TIME. */
|
||||
prop = RNA_def_property(srna, "show_locked_time", PROP_BOOLEAN, PROP_NONE);
|
||||
RNA_def_property_boolean_funcs(prop, "rna_Space_view2d_sync_get", "rna_Space_view2d_sync_set");
|
||||
RNA_def_property_ui_text(prop,
|
||||
|
||||
Reference in New Issue
Block a user