remove leftovers from close button experimentation

This commit is contained in:
Cynthia Foxwell 2023-12-18 00:03:19 -07:00
parent bb7de8eac9
commit fad1e8eba6
1 changed files with 0 additions and 9 deletions

View File

@ -51,15 +51,6 @@ end
local MATERIAL_BLUR = Material("pp/blurscreen")
local oldSkin = SKIN
SKIN = derma.GetDefaultSkin()
local CLOSE_BUTTON = GWEN.CreateTextureNormal(32, 452, 29, 17)
local CLOSE_BUTTON_HOVER = GWEN.CreateTextureNormal(64, 452, 29, 17)
local CLOSE_BUTTON_DOWN = GWEN.CreateTextureNormal(96, 452, 29, 17)
SKIN = oldSkin
local COLOR_DISABLED = Color(255, 255, 255, 50)
local function CreateChatbox()
if IsValid(cbox.chatbox.panels.frame) then
cbox.chatbox.panels.frame:Remove()