Skip to content

Commit 030a565

Browse files
authored
remove unnecessary comment
1 parent 8219e18 commit 030a565

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

common/tier4_state_rviz_plugin/src/custom_segmented_button.cpp

-2
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ CustomSegmentedButton::CustomSegmentedButton(QWidget * parent)
99
layout->setContentsMargins(0, 0, 0, 0); // Ensure no margins around the layout
1010
layout->setSpacing(0); // Ensure no spacing between buttons
1111

12-
// can we give the component left and right margins ? not the stuff inside of it
13-
1412
setLayout(layout);
1513

1614
buttonGroup->setExclusive(true);

0 commit comments

Comments
 (0)