From 8edb9dad810420e638d2c774957d1fd23ec7257e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rodolfo=20Garc=C3=ADa=20Pe=C3=B1as=20=28kix=29?= Date: Mon, 25 Jun 2012 23:39:57 +0200 Subject: [PATCH] Remove unused stuff from session.h The struct WSessionData is not used and the function wSessionGetStateFor is only defined, remove them. --- src/session.h | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/src/session.h b/src/session.h index 8ce14b45..4a7b9b4c 100644 --- a/src/session.h +++ b/src/session.h @@ -22,27 +22,8 @@ #ifndef WMSESSION_H_ #define WMSESSION_H_ - -typedef struct { - int x; - int y; - unsigned int w; /* client size */ - unsigned int h; - - int workspace; - unsigned shortcuts; /* mask like 1<