diff options
author | Stefano Karapetsas <[email protected]> | 2014-03-19 17:30:03 +0100 |
---|---|---|
committer | Stefano Karapetsas <[email protected]> | 2014-03-19 17:30:03 +0100 |
commit | 06264fc91212150d3b741a723422955e7e97614c (patch) | |
tree | b3df1dfc7b1bd1ab38cfadcfe81698fd1fab4639 /src/caja-application.h | |
parent | 4f1e756e08e61840eb9a52de4debee30006ea31e (diff) | |
download | caja-06264fc91212150d3b741a723422955e7e97614c.tar.bz2 caja-06264fc91212150d3b741a723422955e7e97614c.tar.xz |
Remove ConsoleKit usage
Closes https://github.com/mate-desktop/caja/issues/125
Closes https://github.com/mate-desktop/caja/issues/226
Diffstat (limited to 'src/caja-application.h')
-rw-r--r-- | src/caja-application.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/caja-application.h b/src/caja-application.h index 0ad62f07..27cd8e18 100644 --- a/src/caja-application.h +++ b/src/caja-application.h @@ -66,8 +66,6 @@ typedef struct EggSMClient* smclient; GVolumeMonitor* volume_monitor; unsigned int automount_idle_id; - GDBusProxy* proxy; - gboolean session_is_active; } CajaApplication; typedef struct |