debug_server: Remove duplicate setting of B_FLOATING_ALL_WINDOW_FEEL.

This commit is contained in:
Augustin Cavalier
2023-02-28 22:08:47 -05:00
parent 4f3a8009e1
commit 338570d8d6
-2
View File
@@ -34,8 +34,6 @@ DebugWindow::DebugWindow(const char* appName)
fSemaphore(create_sem(0, "DebugWindow")),
fAction(kActionKillTeam)
{
SetFeel(B_FLOATING_ALL_WINDOW_FEEL);
BString buffer(B_TRANSLATE(
"The application:\n\n %app\n\n"
"has encountered an error which prevents it from continuing. Haiku "