Skip to content

Commit

Permalink
addressed PR comments
Browse files Browse the repository at this point in the history
  • Loading branch information
venkat0907 committed Jul 17, 2023
1 parent 531c3ff commit 275f598
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
2 changes: 0 additions & 2 deletions base/src/NvEglRenderer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,6 @@ NvEglRenderer::NvEglRenderer(const char *name, uint32_t width, uint32_t height,
} WM_HINTS = { (1L << 1), 0, 0, 0, 0 }; // this we added to remove title bar
}

LOG_ERROR << "X_OFFSET " << x_offset << "Y_OFFSET "<< y_offset << "========================>>>>";

x_window = XCreateWindow(x_display,
DefaultRootWindow(x_display), x_offset,
y_offset, width, height,
Expand Down
1 change: 0 additions & 1 deletion base/test/eglrenderer_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
#include "FileReaderModule.h"
#include "EglRenderer.h"
#include "PipeLine.h"
#include "ApraNvEglRenderer.h"
#include "NvV4L2Camera.h"
#include "NvTransform.h"

Expand Down

0 comments on commit 275f598

Please sign in to comment.