aboutsummaryrefslogtreecommitdiff
path: root/TimeHACK.Main/TitleScreen.cs
diff options
context:
space:
mode:
authorlempamo <[email protected]>2017-07-02 03:09:14 +0000
committerGitHub <[email protected]>2017-07-02 03:09:14 +0000
commitb8f49e9a20a43a72fe6895741f5fe7207151eb95 (patch)
treee533069e097f4da27a73ef5409f44af4b07a92a0 /TimeHACK.Main/TitleScreen.cs
parent19ca07404ca7decbec3215b5522554a4f7077879 (diff)
parent82af186d5140e878f6b49bc101112550d36bc78a (diff)
downloadhistacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.gz
histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.tar.bz2
histacom2-b8f49e9a20a43a72fe6895741f5fe7207151eb95.zip
Merge pull request #104 from lempamo/master
paintbrush
Diffstat (limited to 'TimeHACK.Main/TitleScreen.cs')
-rw-r--r--TimeHACK.Main/TitleScreen.cs10
1 files changed, 0 insertions, 10 deletions
diff --git a/TimeHACK.Main/TitleScreen.cs b/TimeHACK.Main/TitleScreen.cs
index d23c1d3..54b680f 100644
--- a/TimeHACK.Main/TitleScreen.cs
+++ b/TimeHACK.Main/TitleScreen.cs
@@ -48,16 +48,6 @@ namespace TimeHACK
InitializeComponent();
}
- private void startmenu_Paint(object sender, PaintEventArgs e)
- {
- // Paint the StartMenu
- ControlPaint.DrawBorder(e.Graphics, startmenu.ClientRectangle,
- SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset,
- SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset,
- SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset,
- SystemColors.ControlLightLight, 2, ButtonBorderStyle.Outset);
- }
-
public void StartGame()
{
//TODO: You may want to handle story stuff to decide what OS to boot here.