diff options
Diffstat (limited to 'editor/editor_resource_preview.h')
-rw-r--r-- | editor/editor_resource_preview.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/editor/editor_resource_preview.h b/editor/editor_resource_preview.h index 6b67acceaa..2870f9a201 100644 --- a/editor/editor_resource_preview.h +++ b/editor/editor_resource_preview.h @@ -99,13 +99,10 @@ class EditorResourcePreview : public Node { Ref<Texture2D> preview; Ref<Texture2D> small_preview; Dictionary preview_metadata; - int order = 0; uint32_t last_hash = 0; uint64_t modified_time = 0; }; - int order; - HashMap<String, Item> cache; void _preview_ready(const String &p_path, int p_hash, const Ref<Texture2D> &p_texture, const Ref<Texture2D> &p_small_texture, ObjectID id, const StringName &p_func, const Variant &p_ud, const Dictionary &p_metadata); |