From 14f3368d369657308afd8a2ec99a6aed2cd9c4d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Duval?= Date: Wed, 9 Jul 2008 18:26:16 +0000 Subject: [PATCH] fix warning git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@26346 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/preferences/print/AddPrinterDialog.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/src/preferences/print/AddPrinterDialog.cpp b/src/preferences/print/AddPrinterDialog.cpp index 34a1a4c228..e0a21cc449 100644 --- a/src/preferences/print/AddPrinterDialog.cpp +++ b/src/preferences/print/AddPrinterDialog.cpp @@ -400,7 +400,6 @@ void AddPrinterDialog::FillTransportMenu(BMenu* menu) // Now get ports... BString portId, portName; - status_t err; msg.MakeEmpty(); msg.what = B_GET_PROPERTY; msg.AddSpecifier("Ports");