Skip to content

Commit 3acae92

Browse files
committed
Revert "clipboard.cpp: Fix GCC -Wimplicit-fallthrough= warning."
This reverts commit b4a7973. It is incorrect and misleading since the missing `break` was fixed in 495b203
1 parent 9aa4426 commit 3acae92

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/clipboard.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -285,7 +285,6 @@ void GraphicsWindow::PasteClipboard(Vector trans, double theta, double scale) {
285285
}
286286
break;
287287
}
288-
// Fall through...
289288
case Constraint::Type::HORIZONTAL:
290289
case Constraint::Type::VERTICAL:
291290
// When rotating 90 or 270 degrees, swap the vertical / horizontal constraints

0 commit comments

Comments
 (0)