about summary refs log tree commit diff
path: root/exwm-randr.el
diff options
context:
space:
mode:
authorDaniel Mendler <mail@daniel-mendler.de>2024-01-09T18·41+0100
committerDaniel Mendler <mail@daniel-mendler.de>2024-01-12T09·15+0100
commitdc26c38af7fc65fc2cb59c5083cd14e0ef7cc7b0 (patch)
treed00e55394b9f55b36f3fe6cf9dc9218243175171 /exwm-randr.el
parentc069e8195dfdd81f458e4a0dac4d9589077321e3 (diff)
Remove obsolete functions and variables
These functions and variables have been marked as obsolete over five years ago.

* exwm-input.el (exwm-input-set-simulation-keys): Remove obsolete function.
* exwm-randr.el (exwm-randr--refresh, exwm-randr-workspace-output-plist): Remove
obsolete aliases.
Diffstat (limited to 'exwm-randr.el')
-rw-r--r--exwm-randr.el7
1 files changed, 0 insertions, 7 deletions
diff --git a/exwm-randr.el b/exwm-randr.el
index abfa84fe813f..e98074fecb45 100644
--- a/exwm-randr.el
+++ b/exwm-randr.el
@@ -91,10 +91,6 @@ corresponding monitors whenever the monitors are active.
   \\='(1 \"HDMI-1\" 3 \"DP-1\")"
   :type '(plist :key-type integer :value-type string))
 
-(with-no-warnings
-  (define-obsolete-variable-alias 'exwm-randr-workspace-output-plist
-    'exwm-randr-workspace-monitor-plist "27.1"))
-
 (defvar exwm-randr--last-timestamp 0 "Used for debouncing events.")
 
 (defvar exwm-randr--prev-screen-change-seqnum nil
@@ -269,9 +265,6 @@ In a mirroring setup some monitors overlap and should be treated as one."
       (xcb:flush exwm--connection)
       (run-hooks 'exwm-randr-refresh-hook))))
 
-(define-obsolete-function-alias 'exwm-randr--refresh #'exwm-randr-refresh
-  "27.1")
-
 (defun exwm-randr--on-ScreenChangeNotify (data _synthetic)
   "Handle `ScreenChangeNotify' event.