aboutsummaryrefslogtreecommitdiffstats
path: root/calmwm.h
diff options
context:
space:
mode:
authoroga2008-04-15 20:26:50 +0000
committeroga2008-04-15 20:26:50 +0000
commit4fe7a3740f967c868f91aa05868300e95af24727 (patch)
tree1d97fd3e6a2f67523d27bedc8da21b7b87b65063 /calmwm.h
parentb31333397785733587b3bfe3adb27ff2761702b5 (diff)
downloadcwm-4fe7a3740f967c868f91aa05868300e95af24727.tar.gz
Kill dirent_isdir() and dirent_islink() nothing used them since the new
parser went in. ok okan.
Diffstat (limited to '')
-rw-r--r--calmwm.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/calmwm.h b/calmwm.h
index a0e1313..ed2e3f4 100644
--- a/calmwm.h
+++ b/calmwm.h
@@ -15,7 +15,7 @@
* ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
* OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
*
- * $Id: calmwm.h,v 1.30 2008/04/15 20:24:41 oga Exp $
+ * $Id: calmwm.h,v 1.31 2008/04/15 20:26:50 oga Exp $
*/
#ifndef _CALMWM_H_
@@ -400,9 +400,6 @@ void xu_setstate(struct client_ctx *, int);
int xu_getstate(struct client_ctx *, int *);
void xu_key_grab_keycode(Window, int, int);
-int dirent_exists(char *);
-int dirent_isdir(char *);
-int dirent_islink(char *);
int u_spawn(char *);
void exec_wm(char *);