diff options
author | monsta <[email protected]> | 2016-09-01 13:25:41 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-09-01 13:25:41 +0300 |
commit | 38ffcb06b5abb35f9eb0f444819001a11af45d00 (patch) | |
tree | 06b65563af03886e855599b02bd3311ce563fe16 /src/dropbox.c | |
parent | 7f66967ba8cdcd67ad90143bedfc5ece728b040c (diff) | |
download | caja-dropbox-38ffcb06b5abb35f9eb0f444819001a11af45d00.tar.bz2 caja-dropbox-38ffcb06b5abb35f9eb0f444819001a11af45d00.tar.xz |
drop code that's unused since gnome 2 days
Diffstat (limited to 'src/dropbox.c')
-rw-r--r-- | src/dropbox.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dropbox.c b/src/dropbox.c index cbb1d85..943bd8a 100644 --- a/src/dropbox.c +++ b/src/dropbox.c @@ -41,7 +41,6 @@ caja_module_initialize (GTypeModule *module) { caja_dropbox_register_type (module); type_list[0] = CAJA_TYPE_DROPBOX; - dropbox_use_caja_submenu_workaround = FALSE; dropbox_use_operation_in_progress_workaround = TRUE; } |