Skip to content

Commit ef81a77

Browse files
authored
Merge pull request #33 from mrousavy/remove-unused-declaration
fix: Remove unused/unimplemented method declaration
2 parents 51c0626 + 55697d7 commit ef81a77

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

package/android/cpp/jni/include/JniSkiaManager.h

-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,6 @@ class JniSkiaManager : public jni::HybridClass<JniSkiaManager> {
7575
std::shared_ptr<JniPlatformContextWrapper> _context;
7676

7777
void initializeRuntime();
78-
void installJSIBindings();
7978
};
8079

8180
} // namespace RNSkia

0 commit comments

Comments
 (0)