diff options
author | monsta <[email protected]> | 2016-01-26 13:15:11 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-01-26 13:15:11 +0300 |
commit | 5a346bff46de02cd2e9641fc4c72ef5d6b067d66 (patch) | |
tree | 3d30eeb34c03242853f2ba2e59ecbbfd4d172f1f /src/caja-application.c | |
parent | 6b552f7968a844990a1b920da01d8dafc5cc0c33 (diff) | |
download | caja-5a346bff46de02cd2e9641fc4c72ef5d6b067d66.tar.bz2 caja-5a346bff46de02cd2e9641fc4c72ef5d6b067d66.tar.xz |
remove some unused/unneeded stuff
Diffstat (limited to 'src/caja-application.c')
-rw-r--r-- | src/caja-application.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/caja-application.c b/src/caja-application.c index cb016804..96d106df 100644 --- a/src/caja-application.c +++ b/src/caja-application.c @@ -41,9 +41,6 @@ #include "caja-notes-viewer.h" #include "caja-emblem-sidebar.h" #include "caja-image-properties-page.h" -#include <sys/types.h> -#include <sys/stat.h> -#include <fcntl.h> #include <string.h> #include "caja-desktop-window.h" #include "caja-main.h" @@ -56,7 +53,6 @@ #include "caja-window-private.h" #include "caja-window-manage-views.h" #include "caja-freedesktop-dbus.h" -#include <unistd.h> #include <libxml/xmlsave.h> #include <glib/gstdio.h> #include <glib/gi18n.h> @@ -90,8 +86,6 @@ enum { #define APPLICATION_WINDOW_MIN_WIDTH 300 #define APPLICATION_WINDOW_MIN_HEIGHT 100 -#define START_STATE_CONFIG "start-state" - #define CAJA_ACCEL_MAP_SAVE_DELAY 30 /* Keeps track of all the desktop windows. */ |