@@ -220,10 +194,6 @@ function option_definition() {
'default'=>FALSE,
'bool'=>TRUE,
);
$options['pure_distinct']=array(
'default'=>FALSE,
'bool'=>TRUE,
);
$options['slave']=array(
'default'=>FALSE,
'bool'=>TRUE,
...
...
@@ -257,17 +227,6 @@ function options_form(&$form, &$form_state) {
'#description'=>t('This will make the view display only distinct items. If there are multiple identical items, each will be displayed only once. You can use this to try and remove duplicates from a view, though it does not always work. Note that this can slow queries down, so use it with caution.'),
'#description'=>t('This will prevent views from adding the base column to the distinct field. If this is not selected and the base column is a primary key, then a non-pure distinct will not function properly because the primary key is always unique.'),