Skip to content

Commit ea80b48

Browse files
committed
Merge ImageData and Image classes
This patch consolidates ImageData and Image classes into the Image class, and removes ImageData class. Signed-off-by: Mahircan Guel <mahircan.guel@intel.com>
1 parent 48bd510 commit ea80b48

6 files changed

Lines changed: 1205 additions & 1688 deletions

File tree

SConstruct

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ def buildServer(env):
5656
'src/vcl/Exception.cc',
5757
'src/vcl/TDBObject.cc',
5858
'src/vcl/Image.cc',
59-
'src/vcl/ImageData.cc',
6059
'src/vcl/TDBImage.cc',
6160
'src/vcl/Video.cc',
6261
'src/vcl/VideoData.cc',

0 commit comments

Comments
 (0)