Skip to content

Commit e0146ac

Browse files
config(Ej2-28212): commit for resolving the warning messages
1 parent 1810e06 commit e0146ac

File tree

14 files changed

+4
-45
lines changed

14 files changed

+4
-45
lines changed

ej2-blazor-samples/Pages/Diagrams/Diagram/Shapes.razor

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

3333
@code{
3434
EjsDiagram diagram;
35-
EjsSymbolPalette palettes;
3635

3736
private static object getFlowShape(string id, string shapeType) {
3837
return new { id= id, shape = new { type = "Flow", shape = shapeType } };

ej2-blazor-samples/Pages/Grids/TreeGrid/CheckboxColumn.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,6 @@
5656

5757
@code{
5858

59-
EjsTreeGrid treeGrid;
60-
6159
public TreeData.BusinessObject[] treedata { get; set; }
6260

6361
protected override void OnInit()

ej2-blazor-samples/Pages/Grids/TreeGrid/DefaultFiltering.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -84,8 +84,6 @@
8484

8585
@code{
8686

87-
EjsTreeGrid treeGrid;
88-
8987
public TreeData.BusinessObject[] treedata { get; set; }
9088

9189
protected override void OnInit()

ej2-blazor-samples/Pages/Grids/TreeGrid/DefaultFunctionalities.razor

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

5555
@code{
5656

57-
EjsTreeGrid treeGrid;
5857

5958
public List<SelfReferenceData> treedata { get; set; }
6059

ej2-blazor-samples/Pages/Grids/TreeGrid/Editing.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -66,8 +66,6 @@
6666
</div>
6767

6868
@code{
69-
70-
EjsTreeGrid treeGrid;
7169

7270
public List<SelfReferenceData> treedata { get; set; }
7371

ej2-blazor-samples/Pages/Grids/TreeGrid/Sorting.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,8 +82,6 @@
8282

8383
@code{
8484

85-
EjsTreeGrid treeGrid;
86-
8785
public List<SelfReferenceData> treedata { get; set; }
8886

8987
protected override void OnInit()

ej2-blazor-samples/Pages/HeatMapChart/HeatMapChart/Emptypoints.razor

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
@*Hidden:Lines*@
66
@using ej2_blazor_samples
77
@using ej2_blazor_heatmapdata
8-
@using Syncfusion.EJ2.RazorComponents.HeatMap
98

109
@{
1110
SampleBrowser.CurrentSampleName = "Empty Points";

ej2-blazor-samples/Pages/PivotView/PivotTable/AdvanceFiltering.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,8 +107,6 @@ To achieve this in code-behind, use the <code>filterSettings</code> object in th
107107

108108
@functions{
109109

110-
EjsPivotView pivotView;
111-
112110
static PivotViewData pivotData = new PivotViewData();
113111

114112
private List<PivotViewData.Pivot_Data> data = pivotData.GetPivot_Data();

ej2-blazor-samples/Pages/PivotView/PivotTable/Chart.razor

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@
9494

9595
@functions{
9696

97-
EjsPivotView pivotView;
98-
9997
static PivotViewData pivotData = new PivotViewData();
10098

10199
private List<PivotViewData.Pivot_Data> data = pivotData.GetPivot_Data();

ej2-blazor-samples/Pages/PivotView/PivotTable/DefaultFunctionalities.razor

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

6969
@functions{
7070

71-
EjsPivotView pivotView;
7271

7372
static PivotViewData pivotData = new PivotViewData();
7473

0 commit comments

Comments
 (0)