diff --git a/app/MindWork AI Studio/Chat/ChatThread.cs b/app/MindWork AI Studio/Chat/ChatThread.cs
index a280d7f3..3e41161c 100644
--- a/app/MindWork AI Studio/Chat/ChatThread.cs
+++ b/app/MindWork AI Studio/Chat/ChatThread.cs
@@ -28,11 +28,6 @@ public sealed record ChatThread
///
public string SelectedProfile { get; set; } = string.Empty;
- ///
- /// Is this chat thread using data sources?
- ///
- public bool UseDataSources { get; set; }
-
///
/// The data source options for this chat thread.
///