summaryrefslogtreecommitdiffstats
path: root/opensuse/tdebase/ksysguard-slp-ratelimit.diff
diff options
context:
space:
mode:
Diffstat (limited to 'opensuse/tdebase/ksysguard-slp-ratelimit.diff')
-rw-r--r--opensuse/tdebase/ksysguard-slp-ratelimit.diff15
1 files changed, 0 insertions, 15 deletions
diff --git a/opensuse/tdebase/ksysguard-slp-ratelimit.diff b/opensuse/tdebase/ksysguard-slp-ratelimit.diff
deleted file mode 100644
index 7859ed096..000000000
--- a/opensuse/tdebase/ksysguard-slp-ratelimit.diff
+++ /dev/null
@@ -1,15 +0,0 @@
---- ksysguard/gui/ksysguard.cc
-+++ ksysguard/gui/ksysguard.cc
-@@ -407,7 +407,11 @@
- }
-
- #if HAVE_SLP
-- rescanSLP();
-+ static int rate;
-+ if (++rate > 100) {
-+ rate = 0;
-+ rescanSLP();
-+ }
- #endif
- }
-