Skip to content

Commit 20d5ddb

Browse files
committed
remove redundant method
1 parent f9a60c5 commit 20d5ddb

File tree

1 file changed

+0
-9
lines changed

1 file changed

+0
-9
lines changed

code/DropdownImageField.php

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -79,15 +79,6 @@ public function Field($properties = array()) {
7979
return FormField::Field($properties);
8080
}
8181

82-
/**
83-
* Gets the source
84-
*
85-
* @return Object
86-
*/
87-
public function getSource() {
88-
return $this->source;
89-
}
90-
9182
/**
9283
* Get the source of this field as an array
9384
* Transform the source DataList to an key => value array

0 commit comments

Comments
 (0)