Skip to content

Commit

Permalink
Merge pull request #33 from mrousavy/remove-unused-declaration
Browse files Browse the repository at this point in the history
fix: Remove unused/unimplemented method declaration
  • Loading branch information
chrfalch authored Dec 30, 2021
2 parents 51c0626 + 55697d7 commit ef81a77
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion package/android/cpp/jni/include/JniSkiaManager.h
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ class JniSkiaManager : public jni::HybridClass<JniSkiaManager> {
std::shared_ptr<JniPlatformContextWrapper> _context;

void initializeRuntime();
void installJSIBindings();
};

} // namespace RNSkia

0 comments on commit ef81a77

Please sign in to comment.