From 1b37c25f930d1b397ff348044bc4fedfe1dd9cff Mon Sep 17 00:00:00 2001 From: Fletcher Dunn Date: Fri, 30 Aug 2024 13:12:58 -0700 Subject: [PATCH] Remove non-utf8 char Also delete old useless keyword stuff Fixes issue #306 --- src/public/tier1/utllinkedlist.h | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/public/tier1/utllinkedlist.h b/src/public/tier1/utllinkedlist.h index 72702cf..c17e6ec 100644 --- a/src/public/tier1/utllinkedlist.h +++ b/src/public/tier1/utllinkedlist.h @@ -1,9 +1,7 @@ -//========= Copyright � 1996-2005, Valve Corporation, All rights reserved. ============// +//========= Copyright 1996-2005, Valve Corporation, All rights reserved. ============// // // Purpose: Linked list container class // -// $Revision: $ -// $NoKeywords: $ //=============================================================================// #ifndef UTLLINKEDLIST_H