From 7a58673a4eb00f386dcea252d3015b32847fbc17 Mon Sep 17 00:00:00 2001 From: Andreas Baumann Date: Mon, 24 Jul 2017 07:10:19 +0200 Subject: added print_name method to all drivers removed superfluos empty methods in abstract drivers moved printing of info to method in rtl8139 driver --- src/drivers/video/video.h | 4 ---- 1 file changed, 4 deletions(-) (limited to 'src/drivers/video/video.h') diff --git a/src/drivers/video/video.h b/src/drivers/video/video.h index 8cfebb3..037d703 100644 --- a/src/drivers/video/video.h +++ b/src/drivers/video/video.h @@ -48,10 +48,6 @@ typedef struct { } video_vtable_t; void video_init( video_t *video, interrupt_t *interrupt, void *context ); -void video_activate( void *obj ); -void video_deactivate( void *obj ); -void video_deinit( void *obj ); -void video_print_info( void *obj ); video_mode_t video_make_mode( const video_mode_type_t mode_type, const int x, const int y, const int color_depth ); -- cgit v1.2.3-54-g00ecf