Removed access to internal variabel cpty.

This commit is contained in:
Joakim Hove
2014-01-08 11:32:00 +01:00
parent 370f9f0458
commit ddf6a3c084
2 changed files with 0 additions and 8 deletions

View File

@@ -52,9 +52,6 @@ well_controls_destroy(struct WellControls *ctrl);
int
well_controls_get_num(const struct WellControls *ctrl);
int
well_controls_get_cpty(const struct WellControls *ctrl);
int
well_controls_get_current( const struct WellControls * ctrl);

View File

@@ -183,11 +183,6 @@ int well_controls_get_num(const struct WellControls *ctrl) {
}
int well_controls_get_cpty(const struct WellControls *ctrl) {
return ctrl->cpty;
}
int well_controls_get_current( const struct WellControls * ctrl) {
return ctrl->current;
}