[gnome-nibbles] Removed unused function
- From: Bryan Quigley <bryanquigs src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-nibbles] Removed unused function
- Date: Sat, 27 Jul 2013 18:04:54 +0000 (UTC)
commit bc1c6f78b86ae60e1ff636c6f2c7f7505e83a1b4
Author: Bryan Quigley <bryanquigs src gnome org>
Date: Sat Jul 27 13:54:58 2013 -0400
Removed unused function
src/properties.c | 4 ++--
src/properties.h | 2 +-
2 files changed, 3 insertions(+), 3 deletions(-)
---
diff --git a/src/properties.c b/src/properties.c
index 1130f03..c76048a 100644
--- a/src/properties.c
+++ b/src/properties.c
@@ -249,7 +249,7 @@ gnibbles_properties_set_worm_color (gint i, gint value)
g_settings_set_string (worm_settings[i], "color", color_name);
}
-void
+/*void
gnibbles_properties_save (GnibblesProperties * props)
{
-}
+}*/
diff --git a/src/properties.h b/src/properties.h
index ef1630d..8119c8c 100644
--- a/src/properties.h
+++ b/src/properties.h
@@ -67,7 +67,7 @@ void gnibbles_properties_set_worm_down (gint i, gchar * value);
void gnibbles_properties_set_worm_left (gint i, gchar * value);
void gnibbles_properties_set_worm_right (gint i, gchar * value);
-void gnibbles_properties_save (GnibblesProperties * props);
+//void gnibbles_properties_save (GnibblesProperties * props);
gchar *colorval_name (gint colorval);
#endif
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]