[gnote] Cleanup ENABLE_CUSTOM_FONT
- From: Aurimas Černius <aurimasc src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnote] Cleanup ENABLE_CUSTOM_FONT
- Date: Fri, 18 Dec 2020 21:29:21 +0000 (UTC)
commit 471b04905189dc7e5d84c525666f3abf4de50896
Author: Aurimas Černius <aurisc4 gmail com>
Date: Fri Dec 18 23:29:02 2020 +0200
Cleanup ENABLE_CUSTOM_FONT
src/preferences.cpp | 2 +-
src/preferences.hpp | 1 -
2 files changed, 1 insertion(+), 2 deletions(-)
---
diff --git a/src/preferences.cpp b/src/preferences.cpp
index cc89e040..631760b9 100644
--- a/src/preferences.cpp
+++ b/src/preferences.cpp
@@ -76,6 +76,7 @@ const Glib::ustring ENABLE_SPELLCHECKING = "enable-spellchecking";
const Glib::ustring ENABLE_AUTO_LINKS = "enable-auto-links";
const Glib::ustring ENABLE_URL_LINKS = "enable-url-links";
const Glib::ustring ENABLE_WIKIWORDS = "enable-wikiwords";
+const Glib::ustring ENABLE_CUSTOM_FONT = "enable-custom-font";
const Glib::ustring DESKTOP_GNOME_CLOCK_FORMAT = "clock-format";
const Glib::ustring DESKTOP_GNOME_FONT = "document-font-name";
@@ -98,7 +99,6 @@ namespace gnote {
const char * Preferences::SCHEMA_GNOTE = "org.gnome.gnote";
- const char * Preferences::ENABLE_CUSTOM_FONT = "enable-custom-font";
const char * Preferences::ENABLE_AUTO_BULLETED_LISTS = "enable-bulleted-lists";
const char * Preferences::ENABLE_ICON_PASTE = "enable-icon-paste";
const char * Preferences::ENABLE_CLOSE_NOTE_ON_ESCAPE = "enable-close-note-on-escape";
diff --git a/src/preferences.hpp b/src/preferences.hpp
index f94f1743..392c0a37 100644
--- a/src/preferences.hpp
+++ b/src/preferences.hpp
@@ -57,7 +57,6 @@ namespace gnote {
public:
static const char *SCHEMA_GNOTE;
- static const char *ENABLE_CUSTOM_FONT;
static const char *ENABLE_AUTO_BULLETED_LISTS;
static const char *ENABLE_ICON_PASTE;
static const char *ENABLE_CLOSE_NOTE_ON_ESCAPE;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]