diff --git a/configs/func_odbc.conf.sample b/configs/func_odbc.conf.sample
index be8ce4d035bc937248ef55fb6bd03910f33c2082..c9f9d5d7f63924a4b2c8fc31ec8abf40aae1e5bf 100644
--- a/configs/func_odbc.conf.sample
+++ b/configs/func_odbc.conf.sample
@@ -39,13 +39,3 @@ write=UPDATE presence SET location='${SQL_ESC(${VAL1})}' WHERE id='${SQL_ESC(${A
 			; field may be separated into individual variables with ARRAY.
 			; This option turns that behavior off [default=yes].
 
-; ODBC_HINTS - Workaround for lack of realtime hints
-;
-; Use in extensions.conf as:
-; exten => _1XX,hint,${ODBC_HINTS(${EXTEN})}
-;
-; (assuming your extensions are 3 digits and all begin with the digit 1)
-[HINTS]
-dsn=mysql1
-read=SELECT channel FROM hints WHERE extension='${ARG1}'
-