Skip to content

Commit ff9f487

Browse files
committed
cpp-builder: Remove unused code entities
1 parent 9aae59e commit ff9f487

3 files changed

Lines changed: 0 additions & 12 deletions

File tree

CPB/uMainForm.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@
3131

3232
#pragma link "dxScrollbarAnnotations"
3333
#pragma link "dxmdaset"
34-
#pragma link "cxImageList"
3534
#pragma link "dxLayoutContainer"
3635
#pragma link "dxLayoutControl"
3736
#pragma link "dxLayoutControlAdapters"

CPB/uMainForm.dfm

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -133,9 +133,4 @@ object MainForm: TMainForm
133133
Left = 48
134134
Top = 88
135135
end
136-
object cxImageList1: TcxImageList
137-
SourceDPI = 96
138-
FormatVersion = 1
139-
DesignInfo = 17301840
140-
end
141136
end

CPB/uMainForm.h

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -34,12 +34,9 @@
3434
#include <Vcl.Menus.hpp>
3535
#include "dxmdaset.hpp"
3636
#include "uData.h"
37-
#include "cxImageList.hpp"
3837
#include "dxLayoutContainer.hpp"
3938
#include "dxLayoutControl.hpp"
4039
#include "dxLayoutControlAdapters.hpp"
41-
#include <System.ImageList.hpp>
42-
#include <Vcl.ImgList.hpp>
4340
//---------------------------------------------------------------------------
4441
class TMainForm : public TForm
4542
{
@@ -60,14 +57,11 @@ class TMainForm : public TForm
6057
TdxLayoutItem *liViewReport;
6158
TdxLayoutItem *liGrid;
6259
TdxReport *dxReport1;
63-
TcxImageList *cxImageList1;
6460
void __fastcall btnNewClick(TObject *Sender);
6561
void __fastcall dxReport1LayoutChanged(TdxReport *ASender);
6662
void __fastcall btnDesignClick(TObject *Sender);
6763
void __fastcall btnPreviewClick(TObject *Sender);
6864
private: // User declarations
69-
protected:
70-
void __fastcall LoadData();
7165
public: // User declarations
7266
__fastcall TMainForm(TComponent* Owner);
7367
};

0 commit comments

Comments
 (0)