mirror of
https://github.com/Zedfrigg/ironbar.git
synced 2025-08-16 22:31:03 +02:00
chore: comment out doc comment for unused func
This commit is contained in:
parent
2840ff66db
commit
42e18da126
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ impl DataControlSourceDataExt for DataControlSourceData {
|
||||||
///
|
///
|
||||||
/// The functions defined in this trait are called as `DataSource` events are received from the compositor.
|
/// The functions defined in this trait are called as `DataSource` events are received from the compositor.
|
||||||
pub trait DataControlSourceHandler: Sized {
|
pub trait DataControlSourceHandler: Sized {
|
||||||
/// This may be called multiple times, once for each accepted mime type from the destination, if any.
|
// /// This may be called multiple times, once for each accepted mime type from the destination, if any.
|
||||||
// fn accept_mime(
|
// fn accept_mime(
|
||||||
// &mut self,
|
// &mut self,
|
||||||
// conn: &Connection,
|
// conn: &Connection,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue