From 170ef6c8d422a615bce9b9519f7fa56341f08cc5 Mon Sep 17 00:00:00 2001 From: phl0 Date: Sun, 2 Nov 2025 18:27:01 +0100 Subject: [PATCH] Removed unreferenced function --- application/controllers/Clublog.php | 7 ------- 1 file changed, 7 deletions(-) diff --git a/application/controllers/Clublog.php b/application/controllers/Clublog.php index 6c2bf0123..47dab8ebb 100644 --- a/application/controllers/Clublog.php +++ b/application/controllers/Clublog.php @@ -73,13 +73,6 @@ class Clublog extends CI_Controller echo $r; } - function markqso($station_id) - { - $clean_station_id = $this->security->xss_clean($station_id); - $this->load->model('clublog_model'); - $this->clublog_model->mark_qsos_sent($clean_station_id); - } - /* * Used for displaying the uid for manually selecting log for upload to Clublog */