Project::OSiRiON - Git repositories
Project::OSiRiON
News . About . Screenshots . Downloads . Forum . Wiki . Tracker . Git
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
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;