ACE: Remove unused constants.
This commit is contained in:
parent
fb221a692b
commit
b6b1a7a074
|
@ -30,19 +30,12 @@ from gi.repository import Pango
|
||||||
|
|
||||||
from common import gajim
|
from common import gajim
|
||||||
|
|
||||||
(
|
|
||||||
OPT_TYPE,
|
|
||||||
OPT_VAL
|
|
||||||
) = range(2)
|
|
||||||
|
|
||||||
(
|
(
|
||||||
C_PREFNAME,
|
C_PREFNAME,
|
||||||
C_VALUE,
|
C_VALUE,
|
||||||
C_TYPE
|
C_TYPE
|
||||||
) = range(3)
|
) = range(3)
|
||||||
|
|
||||||
GTKGUI_GLADE = 'manage_accounts_window.ui'
|
|
||||||
|
|
||||||
def rate_limit(rate):
|
def rate_limit(rate):
|
||||||
"""
|
"""
|
||||||
Call func at most *rate* times per second
|
Call func at most *rate* times per second
|
||||||
|
|
Loading…
Reference in New Issue