Skip to content

Commit

Permalink
Merge pull request #2142 from Shopify/RNSkJsView
Browse files Browse the repository at this point in the history
Remove unused files
  • Loading branch information
wcandillon authored Jan 16, 2024
2 parents 6407a4f + 0eaf796 commit 71161bd
Show file tree
Hide file tree
Showing 8 changed files with 2 additions and 453 deletions.
1 change: 0 additions & 1 deletion package/android/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,6 @@ add_library(
"${PROJECT_SOURCE_DIR}/../cpp/jsi/JsiPromises.cpp"

"${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkManager.cpp"
"${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkJsView.cpp"
"${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkDomView.cpp"
"${PROJECT_SOURCE_DIR}/../cpp/rnskia/RNSkDispatchQueue.cpp"

Expand Down
1 change: 0 additions & 1 deletion package/android/cpp/jni/JniSkiaManager.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
#include <string>
#include <utility>

#include "JniSkiaDrawView.h"
#include <RNSkManager.h>

namespace RNSkia {
Expand Down
90 changes: 0 additions & 90 deletions package/android/cpp/jni/include/JniSkiaDrawView.h

This file was deleted.

1 change: 0 additions & 1 deletion package/android/cpp/rnskia-android/RNSkAndroidView.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#include <string>
#include <vector>

#include <RNSkJsView.h>
#include <RNSkOpenGLCanvasProvider.h>
#include <android/native_window.h>

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
#include <RNSkOpenGLCanvasProvider.h>
#include "RNSkOpenGLCanvasProvider.h"

#include <memory>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,7 @@

#include <memory>

#include <RNSkJsView.h>

#include "RNSkView.h"
#include "SkiaOpenGLSurfaceFactory.h"
#include <android/native_window.h>

Expand Down
236 changes: 0 additions & 236 deletions package/cpp/rnskia/RNSkJsView.cpp

This file was deleted.

Loading

0 comments on commit 71161bd

Please sign in to comment.