X-Git-Url: http://git.lttng.org./?a=blobdiff_plain;f=ltt%2Fbranches%2Fpoly%2Flttv%2Fmodules%2Fgui%2Fcontrolflow%2Fdrawitem.h;h=28fdc1832f1b7fdc2a804e86c08aa4c1a043f133;hb=b6ef18af7254dcb81d4385db8f107721f769f7e5;hp=df945e3a44998a24db105a9391c38f9c27593a00;hpb=6550d71135aed5d81a76d7d5625757570bcf0819;p=lttv.git diff --git a/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h b/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h index df945e3a..28fdc183 100644 --- a/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h +++ b/ltt/branches/poly/lttv/modules/gui/controlflow/drawitem.h @@ -120,7 +120,7 @@ struct _DrawOperation { DrawableItems item; LttvHooks *hook; }; - +#if 0 /* * We define here each items that can be drawn, together with their * associated priority. Many item types can have the same priority, @@ -138,6 +138,7 @@ static int Items_Priorities[] = { 30, /* ITEM_POINT */ 10 /* ITEM_BACKGROUND */ }; +#endif //0 /* * Here are the different structures describing each item type that can be