diff --git a/static/index.html b/static/index.html
index 6057a7c..9267423 100644
--- a/static/index.html
+++ b/static/index.html
@@ -3792,26 +3792,6 @@
window.open(url, '_blank');
}
- // ▶ OCR the picked photo — stub (T2 territory, button exists in UI)
- function ocrPickedPhoto() {
- if (!pickedPhotoFile) {
- showToast('No photo picked', true);
- return;
- }
- showToast('OCR scanning not yet implemented', true);
- }
-
- // ▶ Create asset from picked photo — fills manual form
- function createAssetFromPicked() {
- // Switch to manual mode with prefilled data
- setAddAssetMode('manual');
- if (pickedPhotoGps) {
- fillManualFromGps();
- }
- // Scroll to manual form
- document.getElementById('addManualMode').scrollIntoView({ behavior: 'smooth' });
- }
-
// ▶ Clear picked photo and reset state
function clearPickedPhoto() {
pickedPhotoFile = null;