Remove obsolete comment

This commit is contained in:
Julian Ospald 2017-09-02 00:54:45 +02:00
parent 6639d4a577
commit c543bb8ce5
No known key found for this signature in database
GPG Key ID: 511B62C09D50CD28
1 changed files with 1 additions and 1 deletions

View File

@ -139,7 +139,7 @@ pub struct BehaviorPrefs {
pub vol_scroll_step: f64,
pub vol_fine_scroll_step: f64,
pub middle_click_action: MiddleClickAction,
pub custom_command: Option<String>, // TODO: fine scroll step?
pub custom_command: Option<String>,
}
impl Default for BehaviorPrefs {