diff --git a/include/board_item.h b/include/board_item.h index 4faa928365..a82b8d44d9 100644 --- a/include/board_item.h +++ b/include/board_item.h @@ -275,9 +275,6 @@ public: /** * Set the layer this item is on. * - * This method is virtual because some items (in fact: class DIMENSION) - * have a slightly different initialization. - * * @param aLayer The layer number. */ virtual void SetLayer( PCB_LAYER_ID aLayer )