Skip to content

Commit

Permalink
TITANIC: Remove unused CChevSwitch class
Browse files Browse the repository at this point in the history
  • Loading branch information
dreammaster committed Aug 30, 2016
1 parent f01d1c6 commit 18c925c
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 136 deletions.
3 changes: 0 additions & 3 deletions engines/titanic/core/saveable_object.cpp
Expand Up @@ -286,7 +286,6 @@
#include "titanic/gfx/chev_right_off.h"
#include "titanic/gfx/chev_right_on.h"
#include "titanic/gfx/chev_send_rec_switch.h"
#include "titanic/gfx/chev_switch.h"
#include "titanic/gfx/edit_control.h"
#include "titanic/gfx/elevator_button.h"
#include "titanic/gfx/get_from_succ.h"
Expand Down Expand Up @@ -705,7 +704,6 @@ DEFFN(CChevLeftOn);
DEFFN(CChevRightOff);
DEFFN(CChevRightOn);
DEFFN(CChevSendRecSwitch);
DEFFN(CChevSwitch);
DEFFN(CEditControl);
DEFFN(CElevatorButton);
DEFFN(CGetFromSucc);
Expand Down Expand Up @@ -1289,7 +1287,6 @@ void CSaveableObject::initClassList() {
ADDFN(CChevRightOff, CToggleSwitch);
ADDFN(CChevRightOn, CToggleSwitch);
ADDFN(CChevSendRecSwitch, CToggleSwitch);
ADDFN(CChevSwitch, CToggleSwitch);
ADDFN(CEditControl, CGameObject);
ADDFN(CElevatorButton, CSTButton);
ADDFN(CGetFromSucc, CToggleSwitch);
Expand Down
78 changes: 0 additions & 78 deletions engines/titanic/gfx/chev_switch.cpp

This file was deleted.

54 changes: 0 additions & 54 deletions engines/titanic/gfx/chev_switch.h

This file was deleted.

1 change: 0 additions & 1 deletion engines/titanic/module.mk
Expand Up @@ -277,7 +277,6 @@ MODULE_OBJS := \
gfx/chev_right_off.o \
gfx/chev_right_on.o \
gfx/chev_send_rec_switch.o \
gfx/chev_switch.o \
gfx/edit_control.o \
gfx/elevator_button.o \
gfx/get_from_succ.o \
Expand Down

0 comments on commit 18c925c

Please sign in to comment.