[gnote/tabbed: 9/19] Remove save size tag




commit 2de08c4d6fecc1421ab112ad9c4b8741a4be1767
Author: Aurimas Černius <aurisc4 gmail com>
Date:   Sun Oct 24 17:20:07 2021 +0300

    Remove save size tag

 src/itagmanager.cpp | 3 +--
 src/itagmanager.hpp | 3 +--
 2 files changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/src/itagmanager.cpp b/src/itagmanager.cpp
index 3473d49f..706a38bf 100644
--- a/src/itagmanager.cpp
+++ b/src/itagmanager.cpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013 Aurimas Cernius
+ * Copyright (C) 2013,2021 Aurimas Cernius
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -22,7 +22,6 @@
 namespace gnote {
 
 const char *ITagManager::TEMPLATE_NOTE_SYSTEM_TAG = "template";
-const char *ITagManager::TEMPLATE_NOTE_SAVE_SIZE_SYSTEM_TAG = "template:save-size";
 const char *ITagManager::TEMPLATE_NOTE_SAVE_SELECTION_SYSTEM_TAG = "template:save-selection";
 const char *ITagManager::TEMPLATE_NOTE_SAVE_TITLE_SYSTEM_TAG = "template:save-title";
 
diff --git a/src/itagmanager.hpp b/src/itagmanager.hpp
index 22f73b46..fb21bedb 100644
--- a/src/itagmanager.hpp
+++ b/src/itagmanager.hpp
@@ -1,7 +1,7 @@
 /*
  * gnote
  *
- * Copyright (C) 2013,2017,2019 Aurimas Cernius
+ * Copyright (C) 2013,2017,2019,2021 Aurimas Cernius
  *
  * This program is free software: you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
@@ -30,7 +30,6 @@ class ITagManager
 {
 public:
   static const char * TEMPLATE_NOTE_SYSTEM_TAG;
-  static const char * TEMPLATE_NOTE_SAVE_SIZE_SYSTEM_TAG;
   static const char * TEMPLATE_NOTE_SAVE_SELECTION_SYSTEM_TAG;
   static const char * TEMPLATE_NOTE_SAVE_TITLE_SYSTEM_TAG;
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]