From 5055057220710fc06771f7007730e8b6e04b8331 Mon Sep 17 00:00:00 2001
From: Michele Calgaro <michele.calgaro@yahoo.it>
Date: Fri, 12 Dec 2025 10:12:49 +0900
Subject: kmines: do not show world-wide high scores widget. This resolves
 issue #55.

Signed-off-by: Michele Calgaro <michele.calgaro@yahoo.it>
---
 kmines/highscores.cpp | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kmines/highscores.cpp b/kmines/highscores.cpp
index a16c146c..c700c7c3 100644
--- a/kmines/highscores.cpp
+++ b/kmines/highscores.cpp
@@ -34,7 +34,6 @@ ExtManager::ExtManager()
     : Manager(Level::NB_TYPES)
 {
     setScoreType(MinuteTime);
-    setWWHighscores(KURL( HOMEPAGE ), SHORT_VERSION);
     setShowStatistics(true);
     const uint RANGE[16] = {    1, 3120, 3180, 3240, 3300, 3360, 3420, 3480,
                              3510, 3540, 3550, 3560, 3570, 3580, 3590, 3600  };
-- 
cgit v1.2.3

