fix unused

This commit is contained in:
Siddharth
2026-03-07 18:17:29 -08:00
parent 9343453365
commit 124f2da992
2 changed files with 0 additions and 3 deletions
-2
View File
@@ -12,7 +12,6 @@ type SelectedSource = {
};
let selectedSource: SelectedSource | null = null;
let currentVideoPath: string | null = null;
let currentProjectPath: string | null = null;
function normalizePath(filePath: string) {
@@ -129,7 +128,6 @@ export function registerIpcHandlers(
try {
const videoPath = path.join(RECORDINGS_DIR, fileName);
await fs.writeFile(videoPath, Buffer.from(videoData));
currentVideoPath = videoPath;
currentProjectPath = null;
const telemetryPath = `${videoPath}.cursor.json`;