Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStijn Buys <ingar@osirion.org>2012-02-21 21:22:26 +0000
committerStijn Buys <ingar@osirion.org>2012-02-21 21:22:26 +0000
commit0a22de2cb23a1636f076d1dd8a05b7f873b9b653 (patch)
tree345a3273bb55dfd292ef6d34d1c7a647cd0a2ff7 /src/properties.cc
parentc38ac3b03a83096810003120039a934948a0eeb8 (diff)
Save all changes made to the properties in the Sidebar.
Diffstat (limited to 'src/properties.cc')
-rw-r--r--src/properties.cc5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/properties.cc b/src/properties.cc
index f533c15..f5e2159 100644
--- a/src/properties.cc
+++ b/src/properties.cc
@@ -26,11 +26,6 @@ void Properties::add_value(const QString &key, const QString &value)
properties_values += '\n';
}
-void Properties::set_info(const QString &text)
-{
- properties_info = text;
-}
-
void Properties::add_info(const QString &text)
{
properties_info += text;