[gnote] Remove GVFS settings from Preferences
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Remove GVFS settings from Preferences
- Date: Sun, 13 Dec 2020 12:13:13 +0000 (UTC)
commit f621bee1d8ae374fff4d162e8923589d160f3e6f
Author: Aurimas Černius <aurisc4 gmail com>
Date: Sun Dec 13 14:12:59 2020 +0200
Remove GVFS settings from Preferences
src/preferences.cpp | 3 ---
src/preferences.hpp | 3 ---
2 files changed, 6 deletions(-)
---
diff --git a/src/preferences.cpp b/src/preferences.cpp
index b531cd01..75b28bec 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -42,7 +42,6 @@ namespace gnote {
const char * Preferences::SCHEMA_GNOTE = "org.gnome.gnote";
- const char * Preferences::SCHEMA_SYNC_GVFS = "org.gnome.gnote.sync.gvfs";
const char * Preferences::SCHEMA_SYNC_WDFS = "org.gnome.gnote.sync.wdfs";
const char * Preferences::ENABLE_SPELLCHECKING = "enable-spellchecking";
@@ -71,8 +70,6 @@ namespace gnote {
const char * Preferences::SEARCH_WINDOW_SPLITTER_POS = "search-window-splitter-pos";
const char * Preferences::SEARCH_SORTING = "search-sorting";
- const char * Preferences::SYNC_GVFS_URI = "uri";
-
const char * Preferences::SYNC_FUSE_MOUNT_TIMEOUT = "sync-fuse-mount-timeout-ms";
const char * Preferences::SYNC_FUSE_WDFS_ACCEPT_SSLCERT = "accept-sslcert";
const char * Preferences::SYNC_FUSE_WDFS_URL = "url";
diff --git a/src/preferences.hpp b/src/preferences.hpp
index 354e96ba..d1236452 100644
--- a/src/preferences.hpp
+++ b/src/preferences.hpp
@@ -33,7 +33,6 @@ namespace gnote {
{
public:
static const char *SCHEMA_GNOTE;
- static const char *SCHEMA_SYNC_GVFS;
static const char *SCHEMA_SYNC_WDFS;
static const char *ENABLE_SPELLCHECKING;
@@ -62,8 +61,6 @@ namespace gnote {
static const char *SEARCH_SORTING;
static const char *USE_CLIENT_SIDE_DECORATIONS;
- static const char *SYNC_GVFS_URI;
-
static const char *SYNC_FUSE_MOUNT_TIMEOUT;
static const char *SYNC_FUSE_WDFS_ACCEPT_SSLCERT;
static const char *SYNC_FUSE_WDFS_URL;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]