From eba5410764fc49ea02b85141b0534def9f297d09 Mon Sep 17 00:00:00 2001 From: Fabian Schmidt Date: Sat, 23 May 2020 13:26:39 +0200 Subject: [PATCH] Removed broken references to xfps and actionfps --- config.def.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/config.def.h b/config.def.h index 768d5b0..1aa513b 100644 --- a/config.def.h +++ b/config.def.h @@ -183,8 +183,6 @@ ResourcePref resources[] = { { "cursorColor", STRING, &colorname[258] }, { "termname", STRING, &termname }, { "shell", STRING, &shell }, - { "xfps", INTEGER, &xfps }, - { "actionfps", INTEGER, &actionfps }, { "blinktimeout", INTEGER, &blinktimeout }, { "bellvolume", INTEGER, &bellvolume }, { "tabspaces", INTEGER, &tabspaces },