summaryrefslogtreecommitdiffstats
path: root/Makefile.am
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2016-07-06 08:34:47 +0200
committerDave Davenport <qball@gmpclient.org>2016-07-06 08:34:47 +0200
commit342192b4ede8d4b63853ca28218d56a2fdfa3d8a (patch)
tree602b8af174881545087f5a355cd0d1909fd4dfe2 /Makefile.am
parentdfc952f5709420fe873c163c00a6848b9c822aa9 (diff)
Remove work-around for older i3 version (< 4.9)
- I3 got ewhm support in Feb. 2015.
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 0 insertions, 2 deletions
diff --git a/Makefile.am b/Makefile.am
index 1a9619e3..f2dd0659 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -28,7 +28,6 @@ rofi_SOURCES=\
source/timings.c\
source/history.c\
source/scrollbar.c\
- source/i3-support.c\
source/xrmoptions.c\
source/x11-helper.c\
source/dialogs/run.c\
@@ -55,7 +54,6 @@ rofi_SOURCES=\
include/textbox.h\
include/scrollbar.h\
include/xrmoptions.h\
- include/i3-support.h\
include/x11-helper.h\
include/dialogs/ssh.h\
include/dialogs/run.h\