[dia] [warningectomy] unused variable 'bezpointprop_ops'
- From: Hans Breuer <hans src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [dia] [warningectomy] unused variable 'bezpointprop_ops'
- Date: Sat, 4 Oct 2014 11:07:02 +0000 (UTC)
commit ca41f46eb467365435b15c58408acf26c196afec
Author: Hans Breuer <hans breuer org>
Date: Fri Oct 3 22:44:52 2014 +0200
[warningectomy] unused variable 'bezpointprop_ops'
now the property is registered but still not used
lib/prop_geomtypes.c | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)
---
diff --git a/lib/prop_geomtypes.c b/lib/prop_geomtypes.c
index 2236ba3..81c4fe0 100644
--- a/lib/prop_geomtypes.c
+++ b/lib/prop_geomtypes.c
@@ -926,6 +926,7 @@ prop_geomtypes_register(void)
prop_type_register(PROP_TYPE_FONTSIZE,&fontsizeprop_ops);
prop_type_register(PROP_TYPE_POINT,&pointprop_ops);
prop_type_register(PROP_TYPE_POINTARRAY,&pointarrayprop_ops);
+ prop_type_register(PROP_TYPE_BEZPOINT,&bezpointprop_ops);
prop_type_register(PROP_TYPE_BEZPOINTARRAY,&bezpointarrayprop_ops);
prop_type_register(PROP_TYPE_RECT,&rectprop_ops);
prop_type_register(PROP_TYPE_ENDPOINTS,&endpointsprop_ops);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]