]> git.sur5r.net Git - i3/i3/commit
Remove dead code guarded with "#if 0 … #endif" (#2338)
authorIngo Bürk <admin@airblader.de>
Thu, 5 May 2016 12:18:04 +0000 (14:18 +0200)
committerMichael Stapelberg <stapelberg@users.noreply.github.com>
Thu, 5 May 2016 12:18:04 +0000 (14:18 +0200)
commit152318bccf9bbc3f80a7be94c7b601b425d49b4f
treed4657eddc5a464eae4648464b1f9bd6a22eda07f
parentd242ae17454cb49f693227436e40703753d5749a
Remove dead code guarded with "#if 0 … #endif" (#2338)

This code has been neutralized for many years now and served no purpose
other than cluttering up the code. We obviously don't need it and it's
out of date anyway.

If there's ever any reason to restore (parts of) it, we have git for
that. But we don't need to keep commented out code around.
i3-input/main.c
include/floating.h
include/manage.h
include/workspace.h
src/config.c
src/floating.c
src/handlers.c
src/x.c
src/xinerama.c