diff options
author | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:18 +0900 |
---|---|---|
committer | Takeshi Abe <tabe@fixedpoint.jp> | 2012-06-26 22:48:49 +0900 |
commit | d57d3c3454d46ac347c144c169abefb2c404975f (patch) | |
tree | da7227943cefadae1f3e9f7cc79cbc04d72bf0d3 /padmin | |
parent | b776233cba128bd7610834691da612b2b1a438a0 (diff) |
removed unnecessary forward declarations of class
Change-Id: Id08393f66797ef1c4378c8f3549d0900d4f1c7ec
Diffstat (limited to 'padmin')
-rw-r--r-- | padmin/source/padialog.hxx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/padmin/source/padialog.hxx b/padmin/source/padialog.hxx index 9c6646fb21d8..d9b458bc562d 100644 --- a/padmin/source/padialog.hxx +++ b/padmin/source/padialog.hxx @@ -40,7 +40,6 @@ // forward declaration namespace psp { class PrinterInfoManager; } -class Printer; namespace padmin { |