remove useless function

This commit is contained in:
Pascal Brisset
2010-04-04 15:37:59 +00:00
parent 3eb7a88cf9
commit 3224627df7
-5
View File
@@ -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