mirror of
https://github.com/paparazzi/paparazzi.git
synced 2026-05-27 00:37:37 +08:00
remove useless function
This commit is contained in:
@@ -783,11 +783,6 @@ let open_log = fun ?factor plot menubar curves_fact () ->
|
||||
ignore (Log_file.chooser ~callback:(fun name -> load_log ?factor plot menubar curves_fact name) ())
|
||||
|
||||
|
||||
let remove_fst_and_snd = function
|
||||
_::_::l -> l
|
||||
| l -> l
|
||||
|
||||
|
||||
let screenshot = fun frame ->
|
||||
let width, height = Gdk.Drawable.get_size frame#misc#window in
|
||||
let dest = GdkPixbuf.create width height () in
|
||||
|
||||
Reference in New Issue
Block a user