mirror of
https://git.dev.opencascade.org/repos/occt.git
synced 2025-04-10 18:51:21 +03:00
0024511: Remove obsolete Image_PixelAddress.cxx
Image_PixelAddress.cxx had been removed from src/Image/FILES in CR23486 (commit 2361d7e), but the file had not been deleted. Correction of inconsistent file and units lists (units DebugTools and OpenCL are removed from UDLIST; files EXTERNLIB and SCAN.tcl added to FILES list in Cocoa and DrawResources units)
This commit is contained in:
parent
5640d65355
commit
b467a87036
@ -474,13 +474,11 @@ t TKViewerTest
|
|||||||
t TKXDEDRAW
|
t TKXDEDRAW
|
||||||
t TKXSDRAW
|
t TKXSDRAW
|
||||||
x DRAWEXE
|
x DRAWEXE
|
||||||
p DebugTools
|
|
||||||
p QADraw
|
p QADraw
|
||||||
p QANCollection
|
p QANCollection
|
||||||
p QANewBRepNaming
|
p QANewBRepNaming
|
||||||
p QANewDBRepNaming
|
p QANewDBRepNaming
|
||||||
p QANewModTopOpe
|
p QANewModTopOpe
|
||||||
r QAResources
|
|
||||||
t TKQADraw
|
t TKQADraw
|
||||||
p QADNaming
|
p QADNaming
|
||||||
p QABugs
|
p QABugs
|
||||||
|
@ -1,3 +1,4 @@
|
|||||||
|
EXTERNLIB
|
||||||
Cocoa_LocalPool.hxx
|
Cocoa_LocalPool.hxx
|
||||||
Cocoa_LocalPool.mm
|
Cocoa_LocalPool.mm
|
||||||
Cocoa_Window.hxx
|
Cocoa_Window.hxx
|
||||||
|
@ -4,6 +4,7 @@ srcinc:::DrawTK.tcl
|
|||||||
srcinc:::Geometry.tcl
|
srcinc:::Geometry.tcl
|
||||||
srcinc:::InitEnvironment.tcl
|
srcinc:::InitEnvironment.tcl
|
||||||
srcinc:::PROFIL.tcl
|
srcinc:::PROFIL.tcl
|
||||||
|
srcinc:::SCAN.tcl
|
||||||
srcinc:::StandardCommands.tcl
|
srcinc:::StandardCommands.tcl
|
||||||
srcinc:::StandardViews.tcl
|
srcinc:::StandardViews.tcl
|
||||||
srcinc:::SURFACES.tcl
|
srcinc:::SURFACES.tcl
|
||||||
|
@ -1,22 +0,0 @@
|
|||||||
// Copyright (c) 1995-1999 Matra Datavision
|
|
||||||
// Copyright (c) 1999-2014 OPEN CASCADE SAS
|
|
||||||
//
|
|
||||||
// This file is part of Open CASCADE Technology software library.
|
|
||||||
//
|
|
||||||
// This library is free software; you can redistribute it and / or modify it
|
|
||||||
// under the terms of the GNU Lesser General Public version 2.1 as published
|
|
||||||
// by the Free Software Foundation, with special exception defined in the file
|
|
||||||
// OCCT_LGPL_EXCEPTION.txt. Consult the file LICENSE_LGPL_21.txt included in OCCT
|
|
||||||
// distribution for complete text of the license and disclaimer of any warranty.
|
|
||||||
//
|
|
||||||
// Alternatively, this file may be used under the terms of Open CASCADE
|
|
||||||
// commercial license or contractual agreement.
|
|
||||||
|
|
||||||
#include <Image_PixelAddress.hxx>
|
|
||||||
|
|
||||||
const Handle(Standard_Type)& STANDARD_TYPE(Image_PixelAddress)
|
|
||||||
{
|
|
||||||
static Handle(Standard_Type) _atype =
|
|
||||||
new Standard_Type ("Image_PixelAddress", sizeof (Image_PixelAddress));
|
|
||||||
return _atype;
|
|
||||||
}
|
|
Loading…
x
Reference in New Issue
Block a user