diff options
| author | Carl Hetherington <cth@carlh.net> | 2025-12-09 00:34:17 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2025-12-09 00:34:25 +0100 |
| commit | 433a55d7e63434ecb4b95b595cfe0251552456c3 (patch) | |
| tree | d46e943f2f03dcbf6ae1396a980db9556ac56d2d | |
| parent | 9bd8b3304f35f0b27bf18f2167302f1fd5d3f92b (diff) | |
Remove unused forward declarations.
| -rw-r--r-- | src/wx/dkdm_dialog.h | 1 | ||||
| -rw-r--r-- | src/wx/kdm_dialog.h | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/src/wx/dkdm_dialog.h b/src/wx/dkdm_dialog.h index 4a47d961f..f0eb3f9c1 100644 --- a/src/wx/dkdm_dialog.h +++ b/src/wx/dkdm_dialog.h @@ -33,7 +33,6 @@ class KDMCPLPanel; class KDMTimingPanel; class RecipientsPanel; class ScreensPanel; -struct CPLSummary; class DKDMDialog : public wxDialog diff --git a/src/wx/kdm_dialog.h b/src/wx/kdm_dialog.h index ec92db616..b6e4b7604 100644 --- a/src/wx/kdm_dialog.h +++ b/src/wx/kdm_dialog.h @@ -39,7 +39,6 @@ class KDMCPLPanel; class KDMOutputPanel; class KDMTimingPanel; class ScreensPanel; -struct CPLSummary; class KDMDialog : public wxDialog |
