]> granicus.if.org Git - graphviz/commitdiff
lefty: remove no-op doLayout function
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 18 Sep 2021 01:54:39 +0000 (18:54 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 19 Sep 2021 18:00:08 +0000 (11:00 -0700)
cmd/lefty/ws/gtk/garray.c

index 02710e8730e8b719f0eb14d6f0f04facda8ffd62..84f87df11e9b207ba8295a5b6c946c1054be4e67 100644 (file)
@@ -212,24 +212,12 @@ void Gawdefcoordscb(int wi, Gawdata_t * dp)
        dp->sx = csx;
 }
 
-
-static void dolayout(Gwidget_t * widget, int flag)
-{
-
-
-}
-
-
 int Gawsetmode(Gwidget_t * widget, int mode)
 {
-
-    dolayout(widget, TRUE);
     return 0;
 }
 
 
 int Gaworder(Gwidget_t * widget, void *data, Gawordercb func)
 {
-
-    dolayout(widget, TRUE);
 }