• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Aucun tag

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

作図ソフト dia の改良版


Commit MetaInfo

Révision656ceefbcafcacedc0a40232258baff6b9149f76 (tree)
l'heure2014-10-04 18:43:25
AuteurHans Breuer <hans@breu...>
CommiterHans Breuer

Message de Log

[warningectomy] unused function 'goal_create_change'

goal.c:482:1: warning: unused function 'goal_create_change' [-Wunused-function]
goal_create_change(Goal *goal, ObjectChange *inner, ConnPointLine *cpl) {

Change Summary

Modification

--- a/objects/Istar/goal.c
+++ b/objects/Istar/goal.c
@@ -478,11 +478,6 @@ static void update_goal_connectors(ConnectionPoint *c, Point p, double w, double
478478 c[8].directions = DIR_ALL;
479479 }
480480
481-inline static ObjectChange *
482-goal_create_change(Goal *goal, ObjectChange *inner, ConnPointLine *cpl) {
483- return (ObjectChange *)inner;
484-}
485-
486481 /* creating stuff */
487482 static DiaObject *
488483 goal_create(Point *startpoint,