Skip to content

Commit a969ae6

Browse files
committed
Remove RHist classes
1 parent 2cd2cb4 commit a969ae6

File tree

8 files changed

+2
-4087
lines changed

8 files changed

+2
-4087
lines changed

modules/draw.mjs

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,14 +149,9 @@ drawFuncs = { lst: [
149149
{ name: 'kind:Folder', icon: 'img_folder', icon2: 'img_folderopen', noinspect: true },
150150
{ name: nsREX+'RCanvas', icon: 'img_canvas', class: () => import_v7().then(h => h.RCanvasPainter), opt: '', expand_item: fPrimitives },
151151
{ name: nsREX+'RCanvasDisplayItem', icon: 'img_canvas', draw: () => import_v7().then(h => h.drawRPadSnapshot), opt: '', expand_item: fPrimitives },
152-
{ name: nsREX+'RHist1Drawable', icon: 'img_histo1d', class: () => import_v7('rh1').then(h => h.RH1Painter), opt: '' },
153-
{ name: nsREX+'RHist2Drawable', icon: 'img_histo2d', class: () => import_v7('rh2').then(h => h.RH2Painter), opt: '' },
154-
{ name: nsREX+'RHist3Drawable', icon: 'img_histo3d', class: () => import_v7('rh3').then(h => h.RH3Painter), opt: '' },
155-
{ name: nsREX+'RHistDisplayItem', icon: 'img_histo1d', draw: () => import_v7('rh3').then(h => h.drawHistDisplayItem), opt: '' },
156152
{ name: nsREX+'RText', icon: 'img_text', draw: () => import_v7('more').then(h => h.drawText), opt: '', direct: 'v7', csstype: 'text' },
157153
{ name: nsREX+'RFrameTitle', icon: 'img_text', draw: () => import_v7().then(h => h.drawRFrameTitle), opt: '', direct: 'v7', csstype: 'title' },
158154
{ name: nsREX+'RPaletteDrawable', icon: 'img_text', class: () => import_v7('more').then(h => h.RPalettePainter), opt: '' },
159-
{ name: nsREX+'RDisplayHistStat', icon: 'img_pavetext', class: () => import_v7('pave').then(h => h.RHistStatsPainter), opt: '' },
160155
{ name: nsREX+'RLine', icon: 'img_graph', draw: () => import_v7('more').then(h => h.drawLine), opt: '', direct: 'v7', csstype: 'line' },
161156
{ name: nsREX+'RBox', icon: 'img_graph', draw: () => import_v7('more').then(h => h.drawBox), opt: '', direct: 'v7', csstype: 'box' },
162157
{ name: nsREX+'RMarker', icon: 'img_graph', draw: () => import_v7('more').then(h => h.drawMarker), opt: '', direct: 'v7', csstype: 'marker' },
@@ -725,9 +720,6 @@ import_v7 = async function(arg) {
725720
switch (arg) {
726721
case 'more': return import('./draw/v7more.mjs');
727722
case 'pave': return import('./hist/RPavePainter.mjs');
728-
case 'rh1': return import('./hist/RH1Painter.mjs');
729-
case 'rh2': return import('./hist/RH2Painter.mjs');
730-
case 'rh3': return import('./hist/RH3Painter.mjs');
731723
}
732724
return h;
733725
});

modules/hist/RH1Painter.mjs

Lines changed: 0 additions & 58 deletions
This file was deleted.

modules/hist/RH2Painter.mjs

Lines changed: 0 additions & 80 deletions
This file was deleted.

0 commit comments

Comments
 (0)