remove stray, empty function
authorMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 28 Oct 2009 22:16:34 +0000 (18:16 -0400)
committerMichael J. Rubinsky <mrubinsk@horde.org>
Wed, 28 Oct 2009 23:07:57 +0000 (19:07 -0400)
kronolith/js/calendar-panel.js

index 552d8d7..6ae93e6 100644 (file)
@@ -13,10 +13,6 @@ function sbarToggle()
     new Ajax.Request(KronolithVar.pref_api_url, { parameters: { pref: 'show_panel', value: pref_value } });
 }
 
-function removeTag(tagid)
-{
-
-}
 document.observe('dom:loaded', function() {
     $$('#pageControlsInner .checkbox').invoke('observe', 'click', function() {
         Views.invalidate();