summaryrefslogtreecommitdiff
path: root/plugins.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2012-05-22 22:21:55 +0200
committerGravatar waker <wakeroid@gmail.com>2012-05-22 22:21:55 +0200
commitdf0232d67ee161abc1c1341856a2c5e60b9e568a (patch)
tree52ae43f2f5edf3f5df424117872f1b2e4890d6e5 /plugins.c
parent8e34cdbf453a70e720913c6346ece19598c3ba54 (diff)
implemented playlist saving as atomic operation; fixed few PATH_MAX definitions
Diffstat (limited to 'plugins.c')
-rw-r--r--plugins.c4
1 files changed, 0 insertions, 4 deletions
diff --git a/plugins.c b/plugins.c
index c5f56c4f..1cdb5111 100644
--- a/plugins.c
+++ b/plugins.c
@@ -50,10 +50,6 @@
#define trace(...) { fprintf(stderr, __VA_ARGS__); }
//#define trace(fmt,...)
-#ifndef PATH_MAX
-#define PATH_MAX 1024 /* max # of characters in a path name */
-#endif
-
//#define DISABLE_VERSIONCHECK 1
// deadbeef api