diff options
author | Bardur Arantsson <bardur@scientician.net> | 2014-12-16 08:03:10 +0100 |
---|---|---|
committer | Bardur Arantsson <bardur@scientician.net> | 2014-12-16 08:03:10 +0100 |
commit | 1317b79a18d283e5a953005cb4a57b600dedadc0 (patch) | |
tree | e26755772ec30a716d78150f1aa36c9639796b0e /src/main-gtk2.c | |
parent | 63dc88888692fbeddb4c0a2ec99af3cd708276eb (diff) |
Remove lots of obsolete platform defines
Diffstat (limited to 'src/main-gtk2.c')
-rw-r--r-- | src/main-gtk2.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/main-gtk2.c b/src/main-gtk2.c index 5f6dae12..f5c89897 100644 --- a/src/main-gtk2.c +++ b/src/main-gtk2.c @@ -52,11 +52,6 @@ #include <unistd.h> #include <dirent.h> -/* /me pffts Solaris */ -#ifndef NAME_MAX -#define NAME_MAX _POSIX_NAME_MAX -#endif - /* * Number of pixels inserted between the menu bar and the main screen |