Skip to content
This repository has been archived by the owner on Feb 11, 2021. It is now read-only.

Commit

Permalink
Removed dead store from Java file because value never used.
Browse files Browse the repository at this point in the history
  • Loading branch information
philippwiesemann committed Apr 27, 2013
1 parent 12bf42b commit 52f13e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions android-project/src/org/libsdl/app/SDLActivity.java
Expand Up @@ -79,8 +79,6 @@ protected void onCreate(Bundle savedInstanceState) {
mLayout.addView(mSurface);

setContentView(mLayout);

SurfaceHolder holder = mSurface.getHolder();
}

// Events
Expand Down

0 comments on commit 52f13e5

Please sign in to comment.