Do

Code review comment for lp://staging/~jassmith/do/trunk

Revision history for this message
David Siegel (djsiegel-deactivatedaccount) wrote :

Please fix your warnings:

Compiling Do.Interface.Linux.Docky.dll...
./src/Docky.Interface/ApplicationDockItem.cs(57,25): warning CS0169: The private field `Docky.Interface.ApplicationDockItem.icon_surface' is never used
./src/Docky.Interface/DoDockItem.cs(39,25): warning CS0169: The private field `Docky.Interface.DoDockItem.icon_surface' is never used
./src/Docky.Interface/DockArea.cs(64,22): warning CS0414: The private field `Docky.Interface.DockArea.gtk_drag_dest_set' is assigned but its value is never used
./src/Docky.Interface/DockItem.cs(44,25): warning CS0169: The private field `Docky.Interface.DockItem.icon_surface' is never used
Compilation succeeded - 4 warning(s)

« Back to merge proposal