Skip to content

Commit

Permalink
HOPKINS: Remove another unused global
Browse files Browse the repository at this point in the history
  • Loading branch information
bluegr committed Jan 7, 2013
1 parent be83708 commit 5c39cd9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion engines/hopkins/globals.cpp
Expand Up @@ -120,7 +120,6 @@ Globals::Globals() {

PUBEXIT = false;
_speed = 1;
INSTALL_TYPE = 1;
g_old_anim = 0;
g_old_sens = 0;
g_old_sens2 = 0;
Expand Down
1 change: 0 additions & 1 deletion engines/hopkins/globals.h
Expand Up @@ -334,7 +334,6 @@ class Globals {
bool PUBEXIT;
int PERSO_TYPE;
uint _speed;
int INSTALL_TYPE;
Common::String HOPIMAGE;
Common::String HOPANIM;
Common::String HOPLINK;
Expand Down

0 comments on commit 5c39cd9

Please sign in to comment.