This patch set removes some unused functions, one ifdef construct and the no longer used DRAWSTRING_PLUGIN appearing in wconfig.h.in
[PATCH 1/8] Remove unused function wWindowCheckAttributeSanity() [PATCH 2/8] Remove unused functions from src/pixmap.c [PATCH 3/8] Remove unused function wIconSetHighlited() [PATCH 4/8] Remove unused wHackedUngrabButton() [PATCH 5/8] Remove unused src/menureader.c file [PATCH 6/8] Remove unused function getRImages() [PATCH 7/8] Remove #ifdef HAVE_DLFCN_H constructs [PATCH 8/8] Remove DRAWSTRING_PLUGIN reference from wconfig.h.in src/defaults.c | 54 +-------- src/icon.c | 14 -- src/menureader.c | 391 ------------------------------------------------------ src/pixmap.c | 104 -------------- src/startup.c | 12 -- src/texture.c | 42 +------ src/wconfig.h.in | 3 - src/window.c | 18 --- util/wmsetbg.c | 80 ----------- 9 files changed, 2 insertions(+), 716 deletions(-) -- To unsubscribe, send mail to [email protected].
