diff options
Diffstat (limited to 'src/video/interface.h')
-rw-r--r-- | src/video/interface.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/video/interface.h b/src/video/interface.h index 16cc965..4597145 100644 --- a/src/video/interface.h +++ b/src/video/interface.h @@ -16,6 +16,5 @@ void DisplayClose(); // Display a character on the screen. void DisplayInput(byte n); - // Print information on the video system. void PrintInfo(); |